Vendors
Vendors
Get all vendors
{
"meta": {
"offset": "integer",
"limit": "integer",
"orderBy": [
{}
],
"hasMore": [
"boolean",
"null"
],
"total": "number"
},
"results": [
{
"id": "string",
"created_at": "string",
"updated_at": "string",
"x_gl_account_id": [
"string",
"null"
],
"x_id": "string",
"x_property_id": "string",
"account_number": [
"string",
"null"
],
"address_1": [
"string",
"null"
],
"address_2": [
"string",
"null"
],
"address_type_id": [
"string",
"null"
],
"category_id": [
"string",
"null"
],
"category": [
"string",
"null"
],
"city": [
"string",
"null"
],
"company_name": [
"string",
"null"
],
"country": [
"string",
"null"
],
"custom_data": {},
"email_1": [
"string",
"null"
],
"email_2": [
"string",
"null"
],
"external_id": [
"string",
"null"
],
"first_name": [
"string",
"null"
],
"include_in_1099": [
"boolean",
"null"
],
"insurance_expire_date": [
"string",
"null"
],
"insurance_policy_number": [
"string",
"null"
],
"insurance_provider": [
"string",
"null"
],
"is_active": [
"boolean",
"null"
],
"is_company": [
"boolean",
"null"
],
"is_compliant": [
"boolean",
"null"
],
"last_name": [
"string",
"null"
],
"location_name": [
"string",
"null"
],
"notes": [
"string",
"null"
],
"payment_method": [
"string",
"null"
],
"payment_type_id": [
"string",
"null"
],
"payment_type": [
"string",
"null"
],
"phone_1_type": "FAX",
"phone_1": [
"string",
"null"
],
"phone_2_type": "FAX",
"phone_2": [
"string",
"null"
],
"state": [
"string",
"null"
],
"tax_address_1": [
"string",
"null"
],
"tax_address_2": [
"string",
"null"
],
"tax_city": [
"string",
"null"
],
"tax_country": [
"string",
"null"
],
"tax_payer_id": [
"string",
"null"
],
"tax_payer_name_1": [
"string",
"null"
],
"tax_payer_name_2": [
"string",
"null"
],
"tax_payer_type": [
"string",
"null"
],
"tax_state": [
"string",
"null"
],
"tax_zip": [
"string",
"null"
],
"website": [
"string",
"null"
],
"zip": [
"string",
"null"
],
"integration_id": "string",
"integration_vendor": "string",
"property_id": "string"
}
]
}
Query Parameters
order-by
string
Order the results by a field. Optionally include asc or desc preceded by a colon (default is asc). Example: ?order-by=vendor:asc,created_at:desc
offset
Default: 0integernull
Can be used for paginating results
limit
Default: 100integernull
A number between 1 and 250 to determine the number of results to return in a single query
x_id
string
The external vendor id
x_property_id
string
The external property id
x_gl_account_id
string
The external GL account id
property_id
string
The Propify property id
integration_id
string
The Propify integration id
integration_vendor
string
The integration vendor for the applicant.
Response
metarequired
object
resultsrequired
array