Quotes
Response Structure
{
"data": [
{
"Owner": { //Name and ID of the owner of the Quote
"name": "Patricia Boyle",
"id": "3652397000000281001"
},
"Discount": 500, //Represents the discount on the price, if any
"Description": null, //Description of the Quote
"$currency_symbol": "Rs.", //The currency in which the revenue is generated
"Shipping_State": "MD", //Represents the shipping details
"Tax": 285, //Represents the tax amount which is the sum of sales tax and VAT
"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": "3652397000000186017"
},
"$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"
},
"Valid_Till": "2019-02-08", //The date until which the Quote is valid
"Billing_Country": "Baltimore City",
"Team": "TeamA", //Name of the team for which the Quote is created
"Account_Name": { //Name and ID of the Account for whom the Quote is created. This is a mandatory field.
"name": "Account1",
"id": "3652397000000251001"
},
"id": "3652397000000496001", //Unique Id of the record
"Carrier": "FedEX", //Name of the carrier
"$approved": true, //Represents whether the record is approved
"Quote_Stage": "Negotiation", //Represents the stage of the quote
"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
},
"Modified_Time": "2019-01-30T10:00:38+05:30", //Date and time at which the record was last modified. This is a system-generated field. You cannot modify it.
"Billing_Street": "228 Runamuck Pl #2808",
"Adjustment": 0, //Represents the adjustment in the grand total, if any
"Created_Time": "2019-01-30T10:00:38+05:30", //Date and time at which the record was created. 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": 10000, //Represents the total amount for the product excluding tax
"$editable": true, //Represents whether the record is editable
"Billing_Code": "21224",
"Product_Details": [ //Details of the Product for which the quote is created
{
"product": { //Name, ID, and code of the product for which the quote is created
"Product_Code": "1234567890",
"name": "Product1",
"id": "3652397000000491147"
},
"quantity": 100,
"Discount": 0,
"total_after_discount": 10000,
"net_total": 10000,
"book": null,
"Tax": 0,
"list_price": 100,
"unit_price": 100,
"quantity_in_stock": 4000,
"total": 10000,
"id": "3652397000000496003",
"product_description": null,
"line_tax": [
{
"percentage": 0,
"name": "Sales Tax",
"value": 0
},
{
"percentage": 0,
"name": "Vat",
"value": 0
}
]
}
],
"Subject": "Quote1", //Subject/title of the quote
"Contact_Name": { //Name and ID of the contact for whom the quote is created
"name": "Patricia Boyle",
"id": "3652397000000269077"
},
"Shipping_City": "Baltimore", //Shipping details of the contact
"Shipping_Country": "Baltimore City",
"Shipping_Code": "21224",
"Billing_City": "Baltimore",
"Quote_Number": "3652397000000496005",
"Billing_State": "MD",
"$line_tax": [ //The percentage of sales tax and VAT for the product
{
"percentage": 1,
"name": "Sales Tax",
"value": 95
},
{
"percentage": 2,
"name": "Vat",
"value": 190
}
],
"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": "3652397000000186017"
},
"Tag": [], //List of tags associated with the record
"Shipping_Street": "228 Runamuck Pl #2808"
}
]
}
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.