get https://api.zenoti.com/v1/vendors?page=&size=
This API retrieves the list of all vendors for an organization.
You can specify appropriate details for the page
and size
parameters in the API request to use the pagination feature in the output.
Response Details
Name | Type | Description |
---|---|---|
id | guid | Unique 32-character identefier of the vendor object. |
name | string | Vendor name. |
code | string | Vendor code. |
description | string | Description of the vendor. |
address1 | string | Address 1 of the vendor. |
address2 | string | Address 2 of the vendor. |
work_phone | string | Work phone of the vendor. |
string | Email ID of the vendor. | |
zip_code | string | Zip code of the vendor's address. |
city | string | City of the vendor. |
GST_IN | string | GST India code of the vendor (displayed in the output only if the value is present). |
TIN | string | Tax Identification Number of the Indian vendor (displayed in the output only if the value is present). |
CST | string | Central Sales Tax for the vendor (displayed in the output only if the value is present). |
GST_state_code | string | GST state code associated with the Indian vendor (displayed in the output only if the value is present). |
country_id | int | Unique identifier of the vendor's country. |
state_id | int | Unique identifier of the vendor's state. |
page_info | object | Object that contains these page display-related elements: total, page, and size. |
Error | object | Object that contains error message and error code details. |