Vendors
Response Structure
{
"data": [
{
"Owner": { //Name, ID, and email of owner of this record
"name": "Patricia Boyle",
"id": "4150868000000225013",
"email": "patricia.b@zohocorp.com"
},
"Email": "vendor2@xyz.com", //Email ID of the vendor
"Category": "sample", //Represents the category of the vendor
"Description": "This is a sample description", //Description of the vendor
"$currency_symbol": "DA", //The currency in which the revenue is generated
"Vendor_Name": "Vendor2", //Name of the vendor
"$review_process": { //Represents the review process details of the vendor
"approve": false,
"reject": false,
"resubmit": false
},
"Website": "https://www.xyz.com", //Website URL of the vendor
"Record_Image": null, //The profile image of the vendor
"Modified_By": { //Name and ID of the user who modified the record. 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 record
"$process_flow": false, //Represents if the record is a blueprint data
"Exchange_Rate": 3, //Exchange rate of the currency
"Phone": "0909090909", //Phone number of the vendor
"Currency": "DZD", //The currency in which the revenue is generated
"Street": "street1", //Address of the vendor
"Data_Processing_Basis_Details": null,
"Zip_Code": "555555", //Address of the vendor
"id": "4150868000002795041", //Unique ID of the record
"Data_Source": "Manual",
"$approved": true, //Represents whether 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": "2020-08-03T00:20:03+05:30", //Date and time at which the record was last modified. This is a system-generated field. You cannot modify it.
"$data_source_details": null,
"Created_Time": "2020-08-03T00:20:03+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 vendors module
"City": "city1", //Address of the vendor
"$orchestration": false, //Represents if the record is a part of orchestration process
"$stop_processing": false,
"$in_merge": false,
"State": "state1", //Address of the vendor
"GL_Account": "Sales-Software", //Represents the general ledger account category
"Country": "country1", //Address of the vendor
"Created_By": { //Name, ID, and email 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 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.