Accounts
Response Structure
{
"data": [
{
"Owner": { //Name and ID of the owner of the Account
"name": "Patricia Boyle",
"id": "3652397000000281001"
},
"Ownership": "Private", //Represents the type of ownership of the company
"Description": null, //Description of the Account
"$currency_symbol": "Rs.", //The currency in which the revenue is generated
"Account_Type": null, //Represents the type of account
"Rating": null, //Represents the rating of account
"SIC_Code": 0, //The four-digit SIC(Standard Industrial Classification) code for the industry type of the account
"Shipping_State": null, //The shipping address of the account to deliver the shipment
"Website": "http://www.truhlarandtruhlarattys.com", //The URL of the company's website
"Employees": 100, //The number of employees in the company
"Last_Activity_Time": "2018-12-27T16:06:44+05:30", //The date and time at which the record was last used in an operation
"Industry": "Data/Telecom OEM", //The name of the industry of the account
"Record_Image": null, //he profile image of the account
"Modified_By": {//Name and ID of the user who modified the Account. This is a system-generated field. You cannot modify it.
"name": "Patricia Boyle",
"id": "3652397000000186017"
},
"Account_Site": null, //The name of the account's location, for example, Headquarters or London.
"$process_flow": false, //Represents if the record is a blueprint data
"Phone": "555-555-5555",//The phone number of the account
"Billing_Country": "Minnehaha", //The billing address of the account to send the quotes, invoices, and other agreements
"Account_Name": "Oh My Goodknits Inc", //Name of the Account. This is a mandatory field.
"id": "3652397000000269085", //Unique ID of the Account
"Account_Number": "0", //The reference number for the account
"$approved": true, //Represents whether the record is approved
"Ticker_Symbol": null, //Represents the ticker symbol or stock symbol of the shares of the account
"$approval": "$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-24T16:36:18+05:30", //Date and time at which the record was last modified. This is a system-generated field. You cannot modify it.
"Billing_Street": "5 Boston Ave #88",
"Created_Time": "2018-12-04T15:54:37+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
"Billing_Code": "57105",
"Parent_Account": null, //Name and ID of the parent account
"Shipping_City": null,
"Shipping_Country": null,
"Shipping_Code": null,
"Billing_City": "Sioux Falls",
"Billing_State": "SD",
"Tag": [], //List of tags associated with 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"
},
"Fax": null, //Fax number of the account
"Annual_Revenue": 200000, //The annual revenue of the account
"Shipping_Street": null
}
]
}
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.