Vendor
{
"job_id": "string",
"data": {}
}
Body
First name of the vendor. Maps to the "Contact.FirstName" field in the PMS
Last name of the vendor. Maps to the "Contact.LastName" field in the PMS
Indicates whether the vendor should be considered a company or person. Maps to the "IsCompany" field in the PMS
Company name of the vendor. Maps to the "Name" field in the PMS
Primary email for the vendor. Maps to the "Contact.Email" field in the PMS
Location email for the vendor. Maps to the "location.email" field in the PMS
First phone number. Maps to the "Contact.PhoneNumbers.PhoneNumber" field in the PMS
First phone number type. Maps to keys of the "PhoneNumbers" field in the PMS
HOME
, WORK
, MOBILE
, FAX
Second phone number. Maps to the "Contact.PhoneNumbers.PhoneNumber" field in the PMS
Second phone number type. Maps to keys of the "PhoneNumbers" field in the PMS
HOME
, WORK
, MOBILE
, FAX
Vendor address line 1. Maps to the "Addresses.Address" field in the PMS
Vendor address line 2. Maps to the "location.addressLine2" field in the PMS
Vendor address city. Maps to the "Addresses.City" field in the PMS
Vendor address state. Maps to the "Addresses.State" field in the PMS
Vendor address zip code. Maps to the "Addresses.PostalCode" field in the PMS
Vendor address country. Maps to the "location.country" field in the PMS
The unique identifier of the vendor category type. Maps to the "categories.categoryTypeId" field in the PMS
The unique identifier of the default general ledger account to associate with the vendor. Maps to the "DefaultAccountID" field in the PMS
The account number of the vendor. Maps to the "AccountNumber" field in the PMS
The website of the vendor. The value must be a valid URL. Maps to the "Website" field in the PMS
Vendor insurance provider. Maps to the "VendorInsurance > Provider" field in the PMS
Vendor insurance policy number. Maps to the "VendorInsurance > PolicyNumber" field in the PMS
Vendor insurance policy expiration date. Maps to the "InsuranceExpiration" field in the PMS
Comments about the vendor. Maps to the "Comment" field in the PMS
The unique identifier of the tax payer. Maps to the "TaxID" field in the PMS
The tax payer type. Required if tax_payer_id
is set. Maps to the "TaxInformation > TaxPayerType" field in the PMS
SSN
, EIN
The tax payer first name. Maps to the "nameOnTaxReturn" field in the PMS
The tax payer last name. Maps to the "nameOnTaxReturn" field in the PMS
The tax payer address line 1. Maps to the "TaxInformation > Address > AddressLine1" field in the PMS
The tax payer address line 2. Maps to the "TaxInformation > Address > AddressLine2" field in the PMS
The tax payer address city. Maps to the "TaxInformation > Address > City" field in the PMS
The tax payer address state. Maps to the "TaxInformation > Address > State" field in the PMS
The tax payer address zip code. Maps to the "TaxInformation > Address > PostalCode" field in the PMS
The tax payer address country. Maps to the "TaxInformation > Address > Country" field in the PMS
Custom data
The external identifier of the vendor. Maps to the "externalId" field in the PMS
Location name for the vendor. Maps to the "location.name" field in the PMS
The method of payment for the vendor. Maps to the "remittance.remittanceName" field in the PMS
The unique identifier for the payment type. Maps to the "remittance.apPaymentTypeId" field in the PMS
Full name of the payee associated with the vendor. Will be defaulted to "company_name" if not provided. Maps to the "Payee" field in the PMS
The routing number of the vendor bank account. Required only when the payment type is ACH. Maps to the "remittance.routingNumber" field in the PMS
Category of the vendor. Maps to the "Category" field in the PMS
Indicates if vendor is 1099. Maps to the "Is1099" field in the PMS
Indicates if vendor is active. Maps to the "IsActive" field in the PMS
Response
The ID of the job created to handle this operation
Returned data from the operation. This is dependent on the vendor specific endpoint's returned data.