Retrieve a vendor
Retrieves a vendor by ID.
IMPORTANT: If you need to fetch multiple specific vendors by ID, use the list endpoint instead with the ids parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
Path parameters
The QuickBooks-assigned unique identifier of the vendor to retrieve.
The QuickBooks-assigned unique identifier of the vendor to retrieve.
Headers
The ID of the End-User to receive this request.
The ID of the End-User to receive this request.
Response
Returns the specified vendor.
Example response
{
"id": "80000001-1234567890",
"objectType": "qbd_vendor",
"createdAt": "2025-01-01T12:34:56+00:00",
"updatedAt": "2025-02-01T12:34:56+00:00",
"revisionNumber": "1721172183",
"name": "Acme Supplies Inc.",
"isActive": true,
"class": {
"id": "80000001-1234567890",
"fullName": "Suppliers"
},
"companyName": "Acme Corporation",
"salutation": "Dr.",
"firstName": "John",
"middleName": "A.",
"lastName": "Doe",
"jobTitle": "Purchasing Manager",
"billingAddress": {
"line1": "Conductor Labs Inc.",
"line2": "540 Market St.",
"line3": "Suite 100",
"city": "San Francisco",
"state": "CA",
"postalCode": "94110",
"country": "United States",
"note": "Conductor HQ"
},
"shippingAddress": {
"line1": "Conductor Labs Inc.",
"line2": "540 Market St.",
"line3": "Suite 100",
"city": "San Francisco",
"state": "CA",
"postalCode": "94110",
"country": "United States",
"note": "Conductor HQ"
},
"phone": "+1-555-123-4567",
"alternatePhone": "+1-555-987-6543",
"fax": "+1-555-555-1212",
"email": "vendor@example.com",
"ccEmail": "manager@example.com",
"contact": "Jane Smith",
"alternateContact": "Bob Johnson",
"customContactFields": [
{
"name": "Main Phone",
"value": "555-123-4567"
}
],
"additionalContacts": [
{
"id": "80000001-1234567890",
"objectType": "qbd_contact",
"createdAt": "2025-01-01T12:34:56+00:00",
"updatedAt": "2025-02-01T12:34:56+00:00",
"revisionNumber": "1721172183",
"name": "Jane Smith",
"salutation": "Dr.",
"firstName": "John",
"middleName": "A.",
"lastName": "Doe",
"jobTitle": "Purchasing Manager",
"customContactFields": [
{
"name": "Main Phone",
"value": "555-123-4567"
}
]
}
],
"nameOnCheck": "Acme Supplies Ltd.",
"accountNumber": "1010",
"note": "Preferred vendor for office supplies.",
"additionalNotes": [
{
"id": 1,
"date": "2024-01-01",
"note": "This is a fun note."
}
],
"vendorType": {
"id": "80000001-1234567890",
"fullName": "Wholesale Supplier"
},
"terms": {
"id": "80000001-1234567890",
"fullName": "Net 30"
},
"creditLimit": "5000.00",
"taxIdentificationNumber": "12-3456789",
"isEligibleFor1099": true,
"balance": "1000.00",
"billingRate": {
"id": "80000001-1234567890",
"fullName": "Standard Rate"
},
"externalId": "12345678-abcd-1234-abcd-1234567890ab",
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"salesTaxCountry": "us",
"salesTaxReturn": {
"id": "80000001-1234567890",
"fullName": "Quarterly Sales Tax Return"
},
"taxRegistrationNumber": "GB123456789",
"reportingPeriod": "quarterly",
"isTrackingPurchaseTax": true,
"purchaseTaxAccount": {
"id": "80000001-1234567890",
"fullName": "GST Paid"
},
"isTrackingSalesTax": true,
"salesTaxAccount": {
"id": "80000001-1234567890",
"fullName": "GST Collected"
},
"defaultExpenseAccounts": [
{
"id": "80000001-1234567890",
"fullName": "Expenses:Utilities"
}
],
"currency": {
"id": "80000001-1234567890",
"fullName": "USD"
},
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}Changes
Changed in 7 of the 46 revisions of this API.18811114
- ○
removed the
australiaenum value from thesalesTaxCountry/anyOf[subschema #1]/response property for the response status200response-property-enum-value-removed
- ○
removed the
canadaenum value from thesalesTaxCountry/anyOf[subschema #1]/response property for the response status200response-property-enum-value-removed
- ○
removed the
ukenum value from thesalesTaxCountry/anyOf[subschema #1]/response property for the response status200response-property-enum-value-removed
- ○
removed the
united_arab_emiratesenum value from thesalesTaxCountry/anyOf[subschema #1]/response property for the response status200response-property-enum-value-removed
- ○
removed the
usenum value from thesalesTaxCountry/anyOf[subschema #1]/response property for the response status200response-property-enum-value-removed
- ○
- ●
added the new
united_arab_emiratesenum value to thesalesTaxCountry/anyOf[subschema #1]/response property for the response status200response-property-enum-value-added
- ●
- ●
for the
pathrequest parameterid, the maxLength was set to36request-parameter-max-length-set
- ●
- ●
added the new
annualenum value to thereportingPeriod/anyOf[subschema #1]/response property for the response status200response-property-enum-value-added
- ●
- ▲
response property
accountNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
additionalContacts/items/customContactFields/items/valuelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
additionalContacts/items/jobTitlelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
additionalContacts/items/lastNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
additionalContacts/items/middleNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
additionalContacts/items/namelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
additionalContacts/items/salutationlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
additionalNotes/items/datelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateContactlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternatePhonelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
balancelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
ccEmaillist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
companyNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
contactlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
creditLimitlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
customContactFields/items/valuelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
defaultExpenseAccounts/items/fullNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
defaultExpenseAccounts/items/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
emaillist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
externalIdlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
faxlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
firstNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isCompoundingTaxlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isEligibleFor1099list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isSalesTaxAgencylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isTrackingPurchaseTaxlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isTrackingSalesTaxlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
jobTitlelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lastNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
middleNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
nameOnChecklist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
notelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
phonelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
reportingPeriodlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
salesTaxCountrylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
salutationlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
taxIdentificationNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
taxRegistrationNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
billingRateresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
currencyresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
purchaseTaxAccountresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
salesTaxAccountresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
salesTaxReturnresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
termsresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
vendorTyperesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
removed the required property
billingRate/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
billingRate/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
currency/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
currency/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
purchaseTaxAccount/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
purchaseTaxAccount/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxAccount/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxAccount/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxReturn/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxReturn/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
terms/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
terms/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
vendorType/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
vendorType/idfrom the response with the200statusresponse-required-property-removed
- ○
added
qbd_addresssubschema #2to thebillingAddressresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
qbd_addresssubschema #2to theshippingAddressresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thebillingRateresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theclassresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thecurrencyresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thepurchaseTaxAccountresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thesalesTaxAccountresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thesalesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thesalesTaxReturnresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thetermsresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thevendorTyperesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed the
australiaenum value from thesalesTaxCountryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
canadaenum value from thesalesTaxCountryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
monthlyenum value from thereportingPeriodresponse property for the response status200response-property-enum-value-removed
- ○
removed the
quarterlyenum value from thereportingPeriodresponse property for the response status200response-property-enum-value-removed
- ○
removed the
ukenum value from thesalesTaxCountryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thereportingPeriodresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thesalesTaxCountryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
usenum value from thesalesTaxCountryresponse property for the response status200response-property-enum-value-removed
- ○
removed
qbd_addresssubschema #2from thebillingAddressresponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
removed
qbd_addresssubschema #2from theshippingAddressresponse propertyoneOflist for the response status200response-property-one-of-removed
- ▲
- ▲
the response property
accountNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
additionalContacts/items/customContactFields/items/valuebecame nullable for the status200response-property-became-nullable
- ▲
the response property
additionalContacts/items/jobTitlebecame nullable for the status200response-property-became-nullable
- ▲
the response property
additionalContacts/items/lastNamebecame nullable for the status200response-property-became-nullable
- ▲
the response property
additionalContacts/items/middleNamebecame nullable for the status200response-property-became-nullable
- ▲
the response property
additionalContacts/items/namebecame nullable for the status200response-property-became-nullable
- ▲
the response property
additionalContacts/items/salutationbecame nullable for the status200response-property-became-nullable
- ▲
the response property
additionalNotes/items/datebecame nullable for the status200response-property-became-nullable
- ▲
the response property
alternateContactbecame nullable for the status200response-property-became-nullable
- ▲
the response property
alternatePhonebecame nullable for the status200response-property-became-nullable
- ▲
the response property
balancebecame nullable for the status200response-property-became-nullable
- ▲
the response property
billingRatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
ccEmailbecame nullable for the status200response-property-became-nullable
- ▲
the response property
classbecame nullable for the status200response-property-became-nullable
- ▲
the response property
companyNamebecame nullable for the status200response-property-became-nullable
- ▲
the response property
contactbecame nullable for the status200response-property-became-nullable
- ▲
the response property
creditLimitbecame nullable for the status200response-property-became-nullable
- ▲
the response property
currencybecame nullable for the status200response-property-became-nullable
- ▲
the response property
customContactFields/items/valuebecame nullable for the status200response-property-became-nullable
- ▲
the response property
defaultExpenseAccounts/items/fullNamebecame nullable for the status200response-property-became-nullable
- ▲
the response property
defaultExpenseAccounts/items/idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
emailbecame nullable for the status200response-property-became-nullable
- ▲
the response property
externalIdbecame nullable for the status200response-property-became-nullable
- ▲
the response property
faxbecame nullable for the status200response-property-became-nullable
- ▲
the response property
firstNamebecame nullable for the status200response-property-became-nullable
- ▲
the response property
isCompoundingTaxbecame nullable for the status200response-property-became-nullable
- ▲
the response property
isEligibleFor1099became nullable for the status200response-property-became-nullable
- ▲
the response property
isSalesTaxAgencybecame nullable for the status200response-property-became-nullable
- ▲
the response property
isTrackingPurchaseTaxbecame nullable for the status200response-property-became-nullable
- ▲
the response property
isTrackingSalesTaxbecame nullable for the status200response-property-became-nullable
- ▲
the response property
jobTitlebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lastNamebecame nullable for the status200response-property-became-nullable
- ▲
the response property
middleNamebecame nullable for the status200response-property-became-nullable
- ▲
the response property
nameOnCheckbecame nullable for the status200response-property-became-nullable
- ▲
the response property
notebecame nullable for the status200response-property-became-nullable
- ▲
the response property
phonebecame nullable for the status200response-property-became-nullable
- ▲
the response property
purchaseTaxAccountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
reportingPeriodbecame nullable for the status200response-property-became-nullable
- ▲
the response property
salesTaxAccountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
salesTaxCodebecame nullable for the status200response-property-became-nullable
- ▲
the response property
salesTaxCountrybecame nullable for the status200response-property-became-nullable
- ▲
the response property
salesTaxReturnbecame nullable for the status200response-property-became-nullable
- ▲
the response property
salutationbecame nullable for the status200response-property-became-nullable
- ▲
the response property
taxIdentificationNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
taxRegistrationNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
termsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
vendorTypebecame nullable for the status200response-property-became-nullable
- ▲
added
qbd_addresssubschema #2to thebillingAddressresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
qbd_addresssubschema #2to theshippingAddressresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
billingRateresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
classresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
currencyresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
purchaseTaxAccountresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
salesTaxAccountresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
salesTaxCoderesponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
salesTaxReturnresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
termsresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
vendorTyperesponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ●
added the new
australiaenum value to thesalesTaxCountryresponse property for the response status200response-property-enum-value-added
- ●
added the new
canadaenum value to thesalesTaxCountryresponse property for the response status200response-property-enum-value-added
- ●
added the new
monthlyenum value to thereportingPeriodresponse property for the response status200response-property-enum-value-added
- ●
added the new
quarterlyenum value to thereportingPeriodresponse property for the response status200response-property-enum-value-added
- ●
added the new
ukenum value to thesalesTaxCountryresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thereportingPeriodresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thesalesTaxCountryresponse property for the response status200response-property-enum-value-added
- ●
added the new
usenum value to thesalesTaxCountryresponse property for the response status200response-property-enum-value-added
- ○
removed
qbd_addresssubschema #2from thebillingAddressresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
qbd_addresssubschema #2from theshippingAddressresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thebillingRateresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theclassresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thecurrencyresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thepurchaseTaxAccountresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thesalesTaxAccountresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thesalesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thesalesTaxReturnresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thetermsresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thevendorTyperesponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
response property
accountNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
additionalContacts/items/customContactFields/items/valuelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
additionalContacts/items/jobTitlelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
additionalContacts/items/lastNamelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
additionalContacts/items/middleNamelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
additionalContacts/items/namelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
additionalContacts/items/salutationlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
additionalNotes/items/datelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
alternateContactlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
alternatePhonelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
balancelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
ccEmaillist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
companyNamelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
contactlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
creditLimitlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
customContactFields/items/valuelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
defaultExpenseAccounts/items/fullNamelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
defaultExpenseAccounts/items/idlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
emaillist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
externalIdlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
faxlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
firstNamelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
isCompoundingTaxlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
isEligibleFor1099list-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
isSalesTaxAgencylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
isTrackingPurchaseTaxlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
isTrackingSalesTaxlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
jobTitlelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lastNamelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
middleNamelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
nameOnChecklist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
notelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
phonelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
reportingPeriodlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
salesTaxCountrylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
salutationlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
taxIdentificationNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
taxRegistrationNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
added the required property
billingRate/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
billingRate/idto the response with the200statusresponse-required-property-added
- ○
added the required property
class/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
class/idto the response with the200statusresponse-required-property-added
- ○
added the required property
currency/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
currency/idto the response with the200statusresponse-required-property-added
- ○
added the required property
purchaseTaxAccount/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
purchaseTaxAccount/idto the response with the200statusresponse-required-property-added
- ○
added the required property
salesTaxAccount/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
salesTaxAccount/idto the response with the200statusresponse-required-property-added
- ○
added the required property
salesTaxCode/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
salesTaxCode/idto the response with the200statusresponse-required-property-added
- ○
added the required property
salesTaxReturn/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
salesTaxReturn/idto the response with the200statusresponse-required-property-added
- ○
added the required property
terms/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
terms/idto the response with the200statusresponse-required-property-added
- ○
added the required property
vendorType/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
vendorType/idto the response with the200statusresponse-required-property-added
- ▲
- ▲
response property
accountNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
additionalContacts/items/customContactFields/items/valuelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
additionalContacts/items/jobTitlelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
additionalContacts/items/lastNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
additionalContacts/items/middleNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
additionalContacts/items/namelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
additionalContacts/items/salutationlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
additionalNotes/items/datelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateContactlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternatePhonelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
balancelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
ccEmaillist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
companyNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
contactlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
creditLimitlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
customContactFields/items/valuelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
defaultExpenseAccounts/items/fullNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
defaultExpenseAccounts/items/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
emaillist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
externalIdlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
faxlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
firstNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isCompoundingTaxlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isEligibleFor1099list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isSalesTaxAgencylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isTrackingPurchaseTaxlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isTrackingSalesTaxlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
jobTitlelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lastNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
middleNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
nameOnChecklist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
notelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
phonelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
reportingPeriodlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
salesTaxCountrylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
salutationlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
taxIdentificationNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
taxRegistrationNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
billingRateresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
currencyresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
purchaseTaxAccountresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
salesTaxAccountresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
salesTaxReturnresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
termsresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
vendorTyperesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
removed the required property
billingRate/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
billingRate/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
currency/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
currency/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
purchaseTaxAccount/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
purchaseTaxAccount/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxAccount/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxAccount/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxReturn/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxReturn/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
terms/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
terms/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
vendorType/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
vendorType/idfrom the response with the200statusresponse-required-property-removed
- ○
added
qbd_addresssubschema #2to thebillingAddressresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
qbd_addresssubschema #2to theshippingAddressresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thebillingRateresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theclassresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thecurrencyresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thepurchaseTaxAccountresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thesalesTaxAccountresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thesalesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thesalesTaxReturnresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thetermsresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thevendorTyperesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed the
australiaenum value from thesalesTaxCountryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
canadaenum value from thesalesTaxCountryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
monthlyenum value from thereportingPeriodresponse property for the response status200response-property-enum-value-removed
- ○
removed the
quarterlyenum value from thereportingPeriodresponse property for the response status200response-property-enum-value-removed
- ○
removed the
ukenum value from thesalesTaxCountryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thereportingPeriodresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thesalesTaxCountryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
usenum value from thesalesTaxCountryresponse property for the response status200response-property-enum-value-removed
- ○
removed
qbd_addresssubschema #2from thebillingAddressresponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
removed
qbd_addresssubschema #2from theshippingAddressresponse propertyoneOflist for the response status200response-property-one-of-removed
- ▲