OrganizationAddress
List addresses of Organizations.
Table Specific Information
Select
The add-in will use the Zoho Inventory API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the add-in.
- OrganizationId supports the '=' comparison.
For example, the following queries are processed server side:
SELECT * FROM OrganizationAddresses WHERE OrganizationId = '3350895000000089001'
Columns
| Name | Type | References | Description |
| City | String | City of the organisation. | |
| Country | String | Country of the Organisation. | |
| State | String | State where the organisation is located. | |
| StreetAddress1 | String | Street name of the Billing address of the Organisation. | |
| StreetAddress2 | String | Continyed billing address of the organisation. | |
| Zip | String | ZIP/Postal code of the organisation location. | |
| OrganizationId | String | ID of the organisation generated by the server. |