Update a customer
Updates an existing customer.
Path parameters
The QuickBooks-assigned unique identifier of the customer to update.
The QuickBooks-assigned unique identifier of the customer to update.
Headers
The ID of the End-User to receive this request.
The ID of the End-User to receive this request.
Request body
Example request
{
"revisionNumber": "1721172183",
"name": "Website Redesign Project",
"isActive": true,
"classId": "80000001-1234567890",
"parentId": "80000001-1234567890",
"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"
},
"alternateShippingAddresses": [
{
"name": "Alternate shipping address",
"line1": "Conductor Labs Inc.",
"line2": "540 Market St.",
"line3": "Suite 100",
"city": "San Francisco",
"state": "CA",
"postalCode": "94110",
"country": "United States",
"note": "Conductor HQ",
"isDefaultShippingAddress": true
}
],
"phone": "+1-555-123-4567",
"alternatePhone": "+1-555-987-6543",
"fax": "+1-555-555-1212",
"email": "customer@example.com",
"ccEmail": "manager@example.com",
"contact": "Jane Smith",
"alternateContact": "Bob Johnson",
"customContactFields": [
{
"name": "Main Phone",
"value": "555-123-4567"
}
],
"additionalContacts": [
{
"id": "80000001-1234567890",
"revisionNumber": "1721172183",
"salutation": "Dr.",
"firstName": "John",
"middleName": "A.",
"lastName": "Doe",
"jobTitle": "Purchasing Manager",
"customContactFields": [
{
"name": "Main Phone",
"value": "555-123-4567"
}
]
}
],
"customerTypeId": "80000001-1234567890",
"termsId": "80000001-1234567890",
"salesRepresentativeId": "80000001-1234567890",
"salesTaxCodeId": "80000001-1234567890",
"salesTaxItemId": "80000001-1234567890",
"salesTaxCountry": "us",
"resaleNumber": "123456789",
"accountNumber": "1010",
"creditLimit": "5000.00",
"preferredPaymentMethodId": "80000001-1234567890",
"creditCard": {
"number": "xxxxxxxxxxxx1234",
"expirationMonth": 12,
"expirationYear": 2024,
"name": "John Doe",
"address": "1234 Main St, Anytown, USA, 12345",
"postalCode": "12345"
},
"jobStatus": "in_progress",
"jobStartDate": "2024-01-15",
"jobProjectedEndDate": "2024-12-31",
"jobEndDate": "2024-11-30",
"jobDescription": "Kitchen renovation project for residential client.",
"jobTypeId": "80000001-1234567890",
"note": "Our favorite customer.",
"additionalNotes": [
{
"id": 1,
"note": "This is a fun note."
}
],
"preferredDeliveryMethod": "email",
"priceLevelId": "80000001-1234567890",
"taxRegistrationNumber": "GB123456789",
"currencyId": "80000001-1234567890"
}Response
Returns the updated customer.
Example response
{
"id": "80000001-1234567890",
"objectType": "qbd_customer",
"createdAt": "2025-01-01T12:34:56+00:00",
"updatedAt": "2025-02-01T12:34:56+00:00",
"revisionNumber": "1721172183",
"name": "Website Redesign Project",
"fullName": "ABC Corporation:Website Redesign Project",
"isActive": true,
"class": {
"id": "80000001-1234567890",
"fullName": "Consulting"
},
"parent": {
"id": "80000001-1234567890",
"fullName": "ABC Corporation"
},
"sublevel": 1,
"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"
},
"alternateShippingAddresses": [
{
"name": "Alternate shipping address",
"line1": "Conductor Labs Inc.",
"line2": "540 Market St.",
"line3": "Suite 100",
"city": "San Francisco",
"state": "CA",
"postalCode": "94110",
"country": "United States",
"note": "Conductor HQ",
"isDefaultShippingAddress": true
}
],
"phone": "+1-555-123-4567",
"alternatePhone": "+1-555-987-6543",
"fax": "+1-555-555-1212",
"email": "customer@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"
}
]
}
],
"customerType": {
"id": "80000001-1234567890",
"fullName": "Retail Customer"
},
"terms": {
"id": "80000001-1234567890",
"fullName": "Net 30"
},
"salesRepresentative": {
"id": "80000001-1234567890",
"fullName": "Jane Doe"
},
"balance": "1000.00",
"totalBalance": "5000.00",
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"salesTaxItem": {
"id": "80000001-1234567890",
"fullName": "State Sales Tax"
},
"salesTaxCountry": "us",
"resaleNumber": "123456789",
"accountNumber": "1010",
"creditLimit": "5000.00",
"preferredPaymentMethod": {
"id": "80000001-1234567890",
"fullName": "Credit Card"
},
"creditCard": {
"number": "xxxxxxxxxxxx1234",
"expirationMonth": 12,
"expirationYear": 2024,
"name": "John Doe",
"address": "1234 Main St, Anytown, USA, 12345",
"postalCode": "12345"
},
"jobStatus": "in_progress",
"jobStartDate": "2024-01-15",
"jobProjectedEndDate": "2024-12-31",
"jobEndDate": "2024-11-30",
"jobDescription": "Kitchen renovation project for residential client.",
"jobType": {
"id": "80000001-1234567890",
"fullName": "Installation"
},
"note": "Our favorite customer.",
"additionalNotes": [
{
"id": 1,
"date": "2024-01-01",
"note": "This is a fun note."
}
],
"preferredDeliveryMethod": "email",
"priceLevel": {
"id": "80000001-1234567890",
"fullName": "Gold Member Pricing"
},
"externalId": "12345678-abcd-1234-abcd-1234567890ab",
"taxRegistrationNumber": "GB123456789",
"currency": {
"id": "80000001-1234567890",
"fullName": "USD"
},
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}Changes
Changed in 10 of the 46 revisions of this API.24034158
- ○
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
- ●
- ●
the
companyNamerequest property's maxLength was set to41request-property-max-length-set
- ●
- ●
for the
pathrequest parameterid, the maxLength was set to36request-parameter-max-length-set
- ●
the
additionalContacts/items/idrequest property's maxLength was set to36request-property-max-length-set
- ●
the
classIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
currencyIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
customerTypeIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
jobTypeIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
parentIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
preferredPaymentMethodIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
priceLevelIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
salesRepresentativeIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
salesTaxCodeIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
salesTaxItemIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
termsIdrequest property's maxLength was set to36request-property-max-length-set
- ●
- ●
the
alternatePhonerequest property's maxLength was set to21request-property-max-length-set
- ●
the
faxrequest property's maxLength was set to21request-property-max-length-set
- ●
the
phonerequest property's maxLength was set to21request-property-max-length-set
- ●
- ▲
response property
alternateShippingAddresseslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
- ▲
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
alternateShippingAddresses/items/citylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/countrylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/isDefaultShippingAddresslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/line1list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/line2list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/line3list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/line4list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/line5list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/namelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/notelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/postalCodelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/statelist-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
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
jobDescriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
jobEndDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
jobProjectedEndDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
jobStartDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
jobStatuslist-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
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
preferredDeliveryMethodlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
resaleNumberlist-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
taxRegistrationNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
totalBalancelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
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
customerTyperesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
jobTyperesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
parentresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
preferredPaymentMethodresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
priceLevelresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
salesRepresentativeresponse'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
salesTaxItemresponse'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
- ▲
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
customerType/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
customerType/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
jobType/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
jobType/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
parent/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
parent/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
preferredPaymentMethod/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
preferredPaymentMethod/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
priceLevel/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
priceLevel/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesRepresentative/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesRepresentative/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
salesTaxItem/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxItem/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
- ○
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
qbd_credit_cardsubschema #2to thecreditCardresponse 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 thecustomerTyperesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thejobTyperesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theparentresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thepreferredPaymentMethodresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thepriceLevelresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thesalesRepresentativeresponse 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 thesalesTaxItemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thetermsresponse 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
awardedenum value from thejobStatusresponse 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
closedenum value from thejobStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
emailenum value from thepreferredDeliveryMethodresponse property for the response status200response-property-enum-value-removed
- ○
removed the
in_progressenum value from thejobStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
mailenum value from thepreferredDeliveryMethodresponse property for the response status200response-property-enum-value-removed
- ○
removed the
noneenum value from thejobStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
noneenum value from thepreferredDeliveryMethodresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_awardedenum value from thejobStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
pendingenum value from thejobStatusresponse 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 thejobStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thepreferredDeliveryMethodresponse 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
- ○
removed
qbd_credit_cardsubschema #2from thecreditCardresponse 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
alternateShippingAddresses/items/citybecame nullable for the status200response-property-became-nullable
- ▲
the response property
alternateShippingAddresses/items/countrybecame nullable for the status200response-property-became-nullable
- ▲
the response property
alternateShippingAddresses/items/isDefaultShippingAddressbecame nullable for the status200response-property-became-nullable
- ▲
the response property
alternateShippingAddresses/items/line1became nullable for the status200response-property-became-nullable
- ▲
the response property
alternateShippingAddresses/items/line2became nullable for the status200response-property-became-nullable
- ▲
the response property
alternateShippingAddresses/items/line3became nullable for the status200response-property-became-nullable
- ▲
the response property
alternateShippingAddresses/items/line4became nullable for the status200response-property-became-nullable
- ▲
the response property
alternateShippingAddresses/items/line5became nullable for the status200response-property-became-nullable
- ▲
the response property
alternateShippingAddresses/items/namebecame nullable for the status200response-property-became-nullable
- ▲
the response property
alternateShippingAddresses/items/notebecame nullable for the status200response-property-became-nullable
- ▲
the response property
alternateShippingAddresses/items/postalCodebecame nullable for the status200response-property-became-nullable
- ▲
the response property
alternateShippingAddresses/items/statebecame nullable for the status200response-property-became-nullable
- ▲
the response property
balancebecame 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
customerTypebecame 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
jobDescriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
jobEndDatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
jobProjectedEndDatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
jobStartDatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
jobStatusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
jobTitlebecame nullable for the status200response-property-became-nullable
- ▲
the response property
jobTypebecame 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
notebecame nullable for the status200response-property-became-nullable
- ▲
the response property
parentbecame nullable for the status200response-property-became-nullable
- ▲
the response property
phonebecame nullable for the status200response-property-became-nullable
- ▲
the response property
preferredDeliveryMethodbecame nullable for the status200response-property-became-nullable
- ▲
the response property
preferredPaymentMethodbecame nullable for the status200response-property-became-nullable
- ▲
the response property
priceLevelbecame nullable for the status200response-property-became-nullable
- ▲
the response property
resaleNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
salesRepresentativebecame 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
salesTaxItembecame nullable for the status200response-property-became-nullable
- ▲
the response property
salutationbecame 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
totalBalancebecame 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
- ▲
added
qbd_credit_cardsubschema #2to thecreditCardresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
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
customerTyperesponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
jobTyperesponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
parentresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
preferredPaymentMethodresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
priceLevelresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
salesRepresentativeresponse'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
salesTaxItemresponse'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
- ●
added the new
australiaenum value to thesalesTaxCountryresponse property for the response status200response-property-enum-value-added
- ●
added the new
awardedenum value to thejobStatusresponse 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
closedenum value to thejobStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
emailenum value to thepreferredDeliveryMethodresponse property for the response status200response-property-enum-value-added
- ●
added the new
in_progressenum value to thejobStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
mailenum value to thepreferredDeliveryMethodresponse property for the response status200response-property-enum-value-added
- ●
added the new
noneenum value to thejobStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
noneenum value to thepreferredDeliveryMethodresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_awardedenum value to thejobStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
pendingenum value to thejobStatusresponse 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 thejobStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thepreferredDeliveryMethodresponse 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 the pattern
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$from the request propertyjobEndDaterequest-property-pattern-removed
- ○
removed the pattern
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$from the request propertyjobProjectedEndDaterequest-property-pattern-removed
- ○
removed the pattern
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$from the request propertyjobStartDaterequest-property-pattern-removed
- ○
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
qbd_credit_cardsubschema #2from thecreditCardresponse 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 thecustomerTyperesponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thejobTyperesponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theparentresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thepreferredPaymentMethodresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thepriceLevelresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thesalesRepresentativeresponse 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 thesalesTaxItemresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thetermsresponse 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
alternateShippingAddresses/items/citylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
alternateShippingAddresses/items/countrylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
alternateShippingAddresses/items/isDefaultShippingAddresslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
alternateShippingAddresses/items/line1list-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
alternateShippingAddresses/items/line2list-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
alternateShippingAddresses/items/line3list-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
alternateShippingAddresses/items/line4list-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
alternateShippingAddresses/items/line5list-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
alternateShippingAddresses/items/namelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
alternateShippingAddresses/items/notelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
alternateShippingAddresses/items/postalCodelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
alternateShippingAddresses/items/statelist-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
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
jobDescriptionlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
jobEndDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
jobProjectedEndDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
jobStartDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
jobStatuslist-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
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
preferredDeliveryMethodlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
resaleNumberlist-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
taxRegistrationNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
totalBalancelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
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
customerType/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
customerType/idto the response with the200statusresponse-required-property-added
- ○
added the required property
jobType/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
jobType/idto the response with the200statusresponse-required-property-added
- ○
added the required property
parent/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
parent/idto the response with the200statusresponse-required-property-added
- ○
added the required property
preferredPaymentMethod/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
preferredPaymentMethod/idto the response with the200statusresponse-required-property-added
- ○
added the required property
priceLevel/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
priceLevel/idto the response with the200statusresponse-required-property-added
- ○
added the required property
salesRepresentative/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
salesRepresentative/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
salesTaxItem/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
salesTaxItem/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 pattern
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$to the request propertyjobEndDaterequest-property-pattern-added
- ▲
added the pattern
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$to the request propertyjobProjectedEndDaterequest-property-pattern-added
- ▲
added the pattern
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$to the request propertyjobStartDaterequest-property-pattern-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
alternateShippingAddresses/items/citylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/countrylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/isDefaultShippingAddresslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/line1list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/line2list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/line3list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/line4list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/line5list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/namelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/notelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/postalCodelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
alternateShippingAddresses/items/statelist-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
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
jobDescriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
jobEndDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
jobProjectedEndDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
jobStartDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
jobStatuslist-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
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
preferredDeliveryMethodlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
resaleNumberlist-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
taxRegistrationNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
totalBalancelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
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
customerTyperesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
jobTyperesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
parentresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
preferredPaymentMethodresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
priceLevelresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
salesRepresentativeresponse'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
salesTaxItemresponse'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
- ▲
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
customerType/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
customerType/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
jobType/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
jobType/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
parent/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
parent/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
preferredPaymentMethod/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
preferredPaymentMethod/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
priceLevel/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
priceLevel/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesRepresentative/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesRepresentative/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
salesTaxItem/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxItem/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
- ○
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
qbd_credit_cardsubschema #2to thecreditCardresponse 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 thecustomerTyperesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thejobTyperesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theparentresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thepreferredPaymentMethodresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thepriceLevelresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thesalesRepresentativeresponse 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 thesalesTaxItemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thetermsresponse 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
awardedenum value from thejobStatusresponse 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
closedenum value from thejobStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
emailenum value from thepreferredDeliveryMethodresponse property for the response status200response-property-enum-value-removed
- ○
removed the
in_progressenum value from thejobStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
mailenum value from thepreferredDeliveryMethodresponse property for the response status200response-property-enum-value-removed
- ○
removed the
noneenum value from thejobStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
noneenum value from thepreferredDeliveryMethodresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_awardedenum value from thejobStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
pendingenum value from thejobStatusresponse 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 thejobStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thepreferredDeliveryMethodresponse 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
- ○
removed
qbd_credit_cardsubschema #2from thecreditCardresponse propertyoneOflist for the response status200response-property-one-of-removed
- ▲
- ▲
the response property
alternateShippingAddresses/items/namebecame nullable for the status200response-property-became-nullable
- ▲