Price Books
Response Structure
{
"data": [
{
"Owner": { //Name, ID, and email of the user to whom the Price Book is assigned
"name": "Patricia Boyle",
"id": "4150868000000225013",
"email": "paticia.b@zohocorp.com"
},
"Pricing_Details": [ //Represents the pricing details such as the from and to range, discount, and the unique ID
{
"to_range": 10,
"discount": 10,
"id": "4150868000000915034",
"from_range": 1
},
{
"to_range": 20,
"discount": 20,
"id": "4150868000000915036",
"from_range": 11
}
],
"Description": "sample", //Description of the Price Book
"$currency_symbol": "DA", //The currency in which the revenue is generated
"$review_process": { //Review process details of the price book
"approve": false,
"reject": false,
"resubmit": false
},
"Modified_By": { //Name, ID, and email of the user who modified the case. This is a system-generated field. You cannot modify it.
"name": "Patricia Boyle",
"id": "4150868000000225013",
"email": "patricia.b@zohocorp.com"
},
"$review": null, //Review process details of the price book
"$process_flow": false, //Represents if the record is a blueprint data
"Price_Book_Name": "Pricebook1", //Name of the Price Book
"id": "4150868000000915032", //Unique ID of the record
"$approved": true, //Represents if the record is approved
"$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-12-11T11:04:33+05:30", //Date and time at which the record was last modified. This is a system-generated field. You cannot modify it.
"Created_Time": "2019-12-11T11:04:33+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 Price Books Module
"$orchestration": false, //Represents if the record is a part of orchestration process
"Active": true, //Represents whether the Price Book is active
"Pricing_Model": "Flat", //Represents the pricing model of the Price Book
"Layout": { //Represents the layout details of the pricebook
"name": "Standard",
"id": "4150868000000091013"
},
"sample_URL": null,
"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"
},
"Tag": [], //List of tags associated with the record
"$approval_state": "approved" //Represents whether 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.