Vendors

Response Structure

{
    "data": [
        {
            Owner": { //Name and ID of the user to whom the vendor details are assigned
"name": "Patricia Boyle",
"id": "3652397000000281001"
}, "Email": "abcinc@xyz.com", //Name and ID of the user to whom the vendor details are assigned
"Category": "Service", //Represents the category of the vendor
"Description": null, //Description of the vendor
"$currency_symbol": "Rs.", //The currency in which the revenue is generated
"Vendor_Name": "ABC Inc", //Name of the vendor
"Website": "www.abcinc.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": "3652397000000186017"
},
"$process_flow": false, //Represents if the record is a blueprint data
"Phone": "555-555-5555", //Phone number of the vendor
"Street": "Street1", //Address of the vendor
"Zip_Code": null,
"id": "3652397000000491174", //Unique ID of the record
"$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": "2019-01-29T16:41:37+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-01-29T16:41:37+05:30",
"$editable": true, //Date and time at which the record was created. This is a system-generated field. You cannot modify it.
"City": null,
"State": "LA",
"GL_Account": "Labor Hardware Service", //Represents the general ledger account category
"Country": 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": "3652397000000186017"
},
"Tag": [] //List of tags associated with the record
}
}
]
}

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.