Create a vendor for Entrata

Create a vendor for Entrata | Method | |---| | vendors/sendVendors |

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
integration_idstringRequired
The Propexo unique identifier for the integration
propertieslist of objectsRequired
A list of properties that the vendor is approved for
namestringRequired
The name associated with the vendor
tax_payer_first_namestringRequired
The first name of the tax payer associated with the vendor
tax_payer_last_namestringRequired
The last name of the tax payer associated with the vendor
payment_type_idstringRequired
The Propexo unique identifier for the vendor payment type
location_namestringRequired
The name associated with the vendor location
contactslist of objectsRequired
A list of contacts associated with the vendor. At least 1 contact must be marked as the primary contact
notesstringOptional
Notes associated with the vendor
tax_idstringOptional
third_party_idstringOptional
A unique value provided to Entrata to uniquely identify the vendor from your system. This can be an alphanumeric string. This does not become the ID of the vendor in Entrata. If not provided, Propexo will generate one
financial_account_idstringOptional
The Propexo unique identifier for the financial account
payment_name_on_accountstringOptional
The name on the account associated with vendor payments. Required if vendor payment type is ACH
payment_routing_numberstringOptional=9 characters
The routing number associated with vendor payments. Required if vendor payment type is ACH
payment_account_numberstringOptional
The account number associated with vendor payments. Required if vendor payment type is ACH
payment_address_1stringOptional
The first address line associated with the vendor location
payment_address_2stringOptional
The second address line associated with the vendor location
payment_citystringOptional
The city associated with the vendor location
payment_stateenumOptional
The state associated with the vendor location
payment_zipstringOptional
The zip code associated with the vendor location
payment_countryenum or stringOptional
The country associated with the vendor location
location_address_1stringOptional
The first address line associated with the vendor location
location_address_2stringOptional
The second address line associated with the vendor location
location_citystringOptional
The city associated with the vendor location
location_stateenumOptional
The state associated with the vendor location
location_zipstringOptional
The zip code associated with the vendor location
location_countryenum or stringOptional
The country associated with the vendor location
location_email_1stringOptional
The primary email address associated with the vendor location
location_phone_1stringOptional
Primary phone number associated with the vendor location
location_notesstringOptional
Notes associated with the vendor location
insurance_planobjectOptional
The details of an insurance plan associated with the vendor

Response

Successful response
metaobject
resultobject

Errors