Price Books

Response Structure

{
"data": [
{
"$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
},
"Owner": { //Name and ID of the user to whom the Price Book is assigned
"name": "Patricia Boyle",
"id": "3652397000000281001"
},
"Modified_Time": "2019-01-29T23:38:33+05:30",//Date and time at which the record was last modified. This is a system-generated field. You cannot modify it.
"Pricing_Details": [ //Represents the pricing details such as the from and to range, discount, and the unique ID
{
"to_range": 1000,
"discount": 5,
"id": "3652397000000491237",
"from_range": 1
},

{
"to_range": 2000,
"discount": 7,
"id": "3652397000000491239",
"from_range": 1001
},
{
"to_range": 3000,
"discount": 10,
"id": "3652397000000491241",
"from_range": 2001
}
],
"Description": null, //Description of the Price Book
"$currency_symbol": "Rs.", //The currency in which the revenue is generated
"Created_Time": "2019-01-29T23:38: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 whether the record is editable
"Active": true,//Represents whether the Price Book is active
"Modified_By": {//Name and ID of the user who modified the case. This is a system-generated field. You cannot modify it.
"name": "Patricia Boyle",
"id": "3652397000000186017"
},
"Pricing_Model": "Differential", //Represents the pricing model of the Price Book
"$process_flow": false,//Represents if the record is a blueprint data
"Price_Book_Name": "Price Book 1",//Name of the Price Book
"id": "3652397000000491235", //Unique ID of the record
"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
"$approved": true //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.