Response Structure
For every Zoho Contracts API request, the system responds in a JSON format. The response structure gives you information about the keys and their values in the response. The following is a sample response:
{
"organizationinfo":
[
{
"country": String,
"zipCode": Long,
"apiName": String,
"address": String,
"city": String,
"zoid": Long,
"orgURL": String,
"webSite": String,
"phoneNumber": String,
"buildingNo": String,
"accountowner":
{
"displayName": String,
"emailId": String,
"id": Long
},
"name": String,
"currency":
{
"currency_name": String,
"currency_number": Integer,
"currency_symbol": String,
"currency_code": String,
"currency_decimal": Integer
},
"id": Long,
"state": String
}
]
}