Vendor
Creates a Vendor resource.
Creates a Vendor resource.
post/vendors
Request body
Example request
{
"id": "quickbooks-726",
"integration": "quickbooks",
"srcId": "GH2JK-67283H-YW82KHX-2883KK-KS78S",
"givenName": "Jane",
"familyName": "Doe",
"companyName": "Doyle-Koch LLC",
"displayName": "Doyle-Koch",
"contactName": "John Smith",
"contactTitle": "Account Manager",
"accountNumber": "420042",
"phone": "281-381-4241",
"mobile": "786-258-0182",
"fax": "281-381-4255",
"email": "doyle-koch@email.com",
"website": "https://www.doylekoch.com",
"address": "708 Woodland Avenue",
"addressLine2": "Unit 105",
"city": "St Paul",
"state": "Alaska",
"country": "United States",
"postalCode": "99660",
"currency": "USD",
"balance": 650000,
"bankAccountName": "Business Bank Account",
"bankAccountNumber": "123654",
"notes": "Quality vendor",
"taxType": "Global",
"isContractor": true,
"active": true,
"created": "2013-11-18T02:17:40.080Z",
"modified": "2013-11-22T02:17:40.080Z",
"termId": "1d80716b-427e-4cad-80c6-c4b3a18eb23d",
"termType": "DAYSAFTERBILLDATE"
}Response
Vendor resource created
Example response
{
"id": "quickbooks-726",
"integration": "quickbooks",
"srcId": "GH2JK-67283H-YW82KHX-2883KK-KS78S",
"givenName": "Jane",
"familyName": "Doe",
"companyName": "Doyle-Koch LLC",
"displayName": "Doyle-Koch",
"contactName": "John Smith",
"contactTitle": "Account Manager",
"accountNumber": "420042",
"phone": "281-381-4241",
"mobile": "786-258-0182",
"fax": "281-381-4255",
"email": "doyle-koch@email.com",
"website": "https://www.doylekoch.com",
"address": "708 Woodland Avenue",
"addressLine2": "Unit 105",
"city": "St Paul",
"state": "Alaska",
"country": "United States",
"postalCode": "99660",
"currency": "USD",
"balance": 650000,
"bankAccountName": "Business Bank Account",
"bankAccountNumber": "123654",
"notes": "Quality vendor",
"taxType": "Global",
"isContractor": true,
"active": true,
"created": "2013-11-18T02:17:40.080Z",
"modified": "2013-11-22T02:17:40.080Z",
"termId": "1d80716b-427e-4cad-80c6-c4b3a18eb23d",
"termType": "DAYSAFTERBILLDATE"
}