Quotes

Response Structure


             
{
    "data": [
        {
            "Owner": { //Name, ID, and email of the owner of the Quote
               
                "name": "Patricia Boyle",
                
                "id": "4150868000000225013",
                
                "email": "patricia.b@zohocorp.com"
            },
            
            "$currency_symbol": "DA", //The currency in which the revenue is generated
            
            "Tax": 285, //Represents the tax amount which is the sum of sales tax and VAT
            
            "$converted": false, //Represents whether the Quote is converted to a Sales Order or an Invoice
            
            "$process_flow": false, //Represents if the record is a blueprint data
            
             "Deal_Name": {//Name and ID of the Deal for whom the Quote is created. This is a mandatory field.

                "name": "Deal name,

                "id": "3652397000000269093"

            },
            
            "Exchange_Rate": 3, //Exchange rate of the currency
            
            "Currency": "DZD", //The currency in which the revenue is generated
            
            "Billing_Country": "United States", //Address details of the Quote
            
            "id": "4150868000002677004", //Unique Id of the record
            
            "Carrier": "FedEX", //Name of the carrier
            
            "$approved": true, //Represents whether the record is approved
            
            "Grand_Total": 9785, //Represents the total amount for the product after deducting tax and discounts
            
            "$approval": { //Represents if the current user can approve, delegate, reject, or resubmit the operations performed on this record
               
                "delegate": false,
                
                "approve": false,
                
                "reject": false,
                
                "resubmit": false
            },
            
            "Billing_Street": "639 Main St", //Address details of the Quote
            
            "Adjustment": 0, //Represents the adjustment in the grand total, if any
            
            "Created_Time": "2020-07-20T12:43:27+05:30", //Date and time at which the record was created. This is a system-generated field. You cannot modify it.
            
            "$editable": true,  //Represents if the user can edit records in the Quotes module
            
            "Billing_Code": "99501", //Address details of the Quote
            
            "Product_Details": [ //Details of the Product for which the quote is created
                {
                    "product": {
                       
                        "Product_Code": null,
                        
                        "Currency": "DZD",
                        
                        "name": "sample",
                        
                        "id": "4150868000001263054"
                    },
                    
                    "quantity": 1,
                    
                    "Discount": 0,
                    
                    "total_after_discount": 0,
                    
                    "net_total": 0,
                    
                    "book": null,
                    
                    "Tax": 0,
                    
                    "list_price": 0,
                    
                    "unit_price": null,
                    
                    "quantity_in_stock": -1,
                    
                    "total": 0,
                    
                    "id": "4150868000002677003",
                    
                    "product_description": null,
                    
                    "line_tax": []
                }
            ],
            
            "Shipping_City": null, //Address details of the Quote
            
            "Shipping_Country": null, //Address details of the Quote
            
            "Shipping_Code": null, //Address details of the Quote
            
            "Billing_City": "Anchorage", //Address details of the Quote
            
            "Quote_Number": "4150868000002677011", //The unique ID of the quote
            
            "Created_By": { //Name and ID of the user who created the record. This is a system-generated field. You cannot modify it.
               
                "name": "Patricia Boyle",
                
                "id": "4150868000000225013",
                
                "email": "patricia.b@zohocorp.com"
            },
            
            "Shipping_Street": null, //Address details of the Quote
            
            "Discount": 0, //Discount details of the quote, if any
             
            "Description": null, //Description about the quote, if any
            
            "Shipping_State": null, //Address details of the Quote
            
            "$review_process": { //Review process details of the quote
               
                "approve": false,
                
                "reject": false,
                
                "resubmit": false
            },
            
            "Modified_By": { //Name and ID of the user who modified the Quote. This is a system-generated field. You cannot modify it.
               
                "name": "Patricia Boyle",
                
                "id": "4150868000000225013",
                
                "email": "patricia@zohocorp.com"
            },
            
            "$review": null, //Review process details of the quote
            
            "Valid_Till": null, //The date until which the Quote is valid
            
            "Account_Name": { //Name and ID of the Account for whom the Quote is created. This is a mandatory field.
               
                "name": "Grayson",
                
                "id": "4150868000002492050"
            },
            
            "Team": null, //Name of the team for which the Quote is created
            
            "Quote_Stage": "Draft", //Represents the stage of the quote
            
            "Modified_Time": "2020-07-20T12:43:27+05:30", //Date and time at which the record was last modified. This is a system-generated field. You cannot modify it.
            
            "Terms_and_Conditions": null, //Represents the terms and conditions that are associated with the quote
            
            "Sub_Total": 0, //Represents the total amount for the product excluding tax
            
            "Subject": "Quote1", //Subject/title of the quote
            
            "$orchestration": false, //Represents if the record is a part of orchestration process
            
            "Contact_Name": null, //Name and ID of the contact for whom the quote is created
            
            "$in_merge": false,
            
            "Billing_State": "AK", //Address details of the Quote
            
            "$line_tax": [], //The percentage of sales tax and VAT for the product
            
            "Tag": [], //List of tags associated with the record
            
            "$approval_state": "approved" //Represents if the record is approved
        }
        ]
}

Note:

  • The fields beginning with "$" indicate that they do not appear on the Zoho CRM UI, but contain important data. They are read-only fields.
  • For more information about sample attributes, refer Get List of Records.