Update a check
Updates a standard check so you can adjust the issuing account, payee details, memo, transaction date, or expense and item lines. This request cannot modify checks created through the bill-payment workflow.
NOTE: If you include expenseLines, itemLines, or itemGroupLines, QuickBooks Desktop replaces each included line list with the array you send, so include unchanged lines you want to keep and use id: "-1" for new lines.
Path parameters
The QuickBooks-assigned unique identifier of the check to update.
The QuickBooks-assigned unique identifier of the check 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",
"bankAccountId": "80000001-1234567890",
"payeeId": "80000001-1234567890",
"refNumber": "CHECK-1234",
"transactionDate": "2024-10-01",
"memo": "Payment for office supplies - Invoice INV-1234",
"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"
},
"isQueuedForPrint": true,
"salesTaxCodeId": "80000001-1234567890",
"exchangeRate": 1.2345,
"applyToTransactions": [
{
"transactionId": "123ABC-1234567890",
"amount": "1000.00"
}
],
"expenseLines": [
{
"id": "456DEF-1234567890",
"accountId": "80000001-1234567890",
"amount": "1000.00",
"memo": "New office chair",
"payeeId": "80000001-1234567890",
"classId": "80000001-1234567890",
"salesTaxCodeId": "80000001-1234567890",
"billingStatus": "billable",
"salesRepresentativeId": "80000001-1234567890"
}
],
"itemLines": [
{
"id": "456DEF-1234567890",
"itemId": "80000001-1234567890",
"inventorySiteId": "80000001-1234567890",
"inventorySiteLocationId": "80000001-1234567890",
"serialNumber": "SN1234567890",
"lotNumber": "LOT2023-001",
"expirationDate": "2025-12-31",
"description": "High-quality widget with custom engraving",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSetId": "80000001-1234567890",
"cost": "1000.00",
"amount": "1000.00",
"customerId": "80000001-1234567890",
"classId": "80000001-1234567890",
"salesTaxCodeId": "80000001-1234567890",
"billingStatus": "billable",
"overrideItemAccountId": "80000001-1234567890",
"salesRepresentativeId": "80000001-1234567890"
}
],
"itemGroupLines": [
{
"id": "456DEF-1234567890",
"itemGroupId": "80000001-1234567890",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSetId": "80000001-1234567890",
"itemLines": [
{
"id": "456DEF-1234567890",
"itemId": "80000001-1234567890",
"inventorySiteId": "80000001-1234567890",
"inventorySiteLocationId": "80000001-1234567890",
"serialNumber": "SN1234567890",
"lotNumber": "LOT2023-001",
"expirationDate": "2025-12-31",
"description": "High-quality widget with custom engraving",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSetId": "80000001-1234567890",
"cost": "1000.00",
"amount": "1000.00",
"customerId": "80000001-1234567890",
"classId": "80000001-1234567890",
"salesTaxCodeId": "80000001-1234567890",
"billingStatus": "billable",
"overrideItemAccountId": "80000001-1234567890",
"salesRepresentativeId": "80000001-1234567890"
}
]
}
]
}Response
Returns the updated check.
Example response
{
"id": "123ABC-1234567890",
"objectType": "qbd_check",
"createdAt": "2025-01-01T12:34:56+00:00",
"updatedAt": "2025-02-01T12:34:56+00:00",
"revisionNumber": "1721172183",
"bankAccount": {
"id": "80000001-1234567890",
"fullName": "Checking"
},
"payee": {
"id": "80000001-1234567890",
"fullName": "Corporate:Sales:Marketing"
},
"refNumber": "CHECK-1234",
"transactionDate": "2024-10-01",
"amount": "1000.00",
"currency": {
"id": "80000001-1234567890",
"fullName": "USD"
},
"exchangeRate": 1.2345,
"amountInHomeCurrency": "1234.56",
"memo": "Payment for office supplies - Invoice INV-1234",
"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"
},
"isQueuedForPrint": true,
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"externalId": "12345678-abcd-1234-abcd-1234567890ab",
"linkedTransactions": [
{
"id": "123ABC-1234567890",
"objectType": "qbd_linked_transaction",
"transactionType": "invoice",
"transactionDate": "2024-10-01",
"refNumber": "LINK-1234",
"linkType": "amount",
"amount": "1000.00"
}
],
"expenseLines": [
{
"id": "456DEF-1234567890",
"objectType": "qbd_expense_line",
"account": {
"id": "80000001-1234567890",
"fullName": "Expenses:Office Supplies"
},
"amount": "1000.00",
"memo": "New office chair",
"payee": {
"id": "80000001-1234567890",
"fullName": "Acme Corporation"
},
"class": {
"id": "80000001-1234567890",
"fullName": "Office Supplies"
},
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"billingStatus": "billable",
"salesRepresentative": {
"id": "80000001-1234567890",
"fullName": "Jane Doe"
},
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
],
"itemLines": [
{
"id": "456DEF-1234567890",
"objectType": "qbd_item_line",
"item": {
"id": "80000001-1234567890",
"fullName": "Widget A"
},
"inventorySite": {
"id": "80000001-1234567890",
"fullName": "Main Warehouse"
},
"inventorySiteLocation": {
"id": "80000001-1234567890",
"fullName": "Aisle 3, Shelf B"
},
"serialNumber": "SN1234567890",
"lotNumber": "LOT2023-001",
"expirationDate": "2025-12-31",
"description": "High-quality widget with custom engraving",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSet": {
"id": "80000001-1234567890",
"fullName": "Volume Units"
},
"cost": "1000.00",
"amount": "1000.00",
"customer": {
"id": "80000001-1234567890",
"fullName": "Acme Corporation"
},
"class": {
"id": "80000001-1234567890",
"fullName": "Installation:Residential"
},
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"billingStatus": "billable",
"salesRepresentative": {
"id": "80000001-1234567890",
"fullName": "Jane Doe"
},
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
],
"itemGroupLines": [
{
"id": "456DEF-1234567890",
"objectType": "qbd_item_group_line",
"itemGroup": {
"id": "80000001-1234567890",
"fullName": "Office Supplies Bundle"
},
"description": "Standard widget bulk package",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSet": {
"id": "80000001-1234567890",
"fullName": "Volume Units"
},
"totalAmount": "1000.00",
"itemLines": [
{
"id": "456DEF-1234567890",
"objectType": "qbd_item_line",
"item": {
"id": "80000001-1234567890",
"fullName": "Widget A"
},
"inventorySite": {
"id": "80000001-1234567890",
"fullName": "Main Warehouse"
},
"inventorySiteLocation": {
"id": "80000001-1234567890",
"fullName": "Aisle 3, Shelf B"
},
"serialNumber": "SN1234567890",
"lotNumber": "LOT2023-001",
"expirationDate": "2025-12-31",
"description": "High-quality widget with custom engraving",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSet": {
"id": "80000001-1234567890",
"fullName": "Volume Units"
},
"cost": "1000.00",
"amount": "1000.00",
"customer": {
"id": "80000001-1234567890",
"fullName": "Acme Corporation"
},
"class": {
"id": "80000001-1234567890",
"fullName": "Installation:Residential"
},
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"billingStatus": "billable",
"salesRepresentative": {
"id": "80000001-1234567890",
"fullName": "Jane Doe"
},
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
],
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
],
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}Changes
Changed in 6 of the 46 revisions of this API.31950205
- ▲
response property
expenseLines/items/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
- ●
for the
pathrequest parameterid, the maxLength was set to36request-parameter-max-length-set
- ●
the
applyToTransactions/items/transactionIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
bankAccountIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
expenseLines/items/accountIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
expenseLines/items/classIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
expenseLines/items/idrequest property's maxLength was set to36request-property-max-length-set
- ●
the
expenseLines/items/payeeIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
expenseLines/items/salesRepresentativeIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
expenseLines/items/salesTaxCodeIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemGroupLines/items/idrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemGroupLines/items/itemGroupIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemGroupLines/items/itemLines/items/classIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemGroupLines/items/itemLines/items/customerIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemGroupLines/items/itemLines/items/idrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemGroupLines/items/itemLines/items/inventorySiteIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemGroupLines/items/itemLines/items/inventorySiteLocationIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemGroupLines/items/itemLines/items/itemIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemGroupLines/items/itemLines/items/overrideItemAccountIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSetIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemGroupLines/items/itemLines/items/salesRepresentativeIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemGroupLines/items/itemLines/items/salesTaxCodeIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemGroupLines/items/overrideUnitOfMeasureSetIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemLines/items/classIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemLines/items/customerIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemLines/items/idrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemLines/items/inventorySiteIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemLines/items/inventorySiteLocationIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemLines/items/itemIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemLines/items/overrideItemAccountIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemLines/items/overrideUnitOfMeasureSetIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemLines/items/salesRepresentativeIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemLines/items/salesTaxCodeIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
payeeIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
salesTaxCodeIdrequest property's maxLength was set to36request-property-max-length-set
- ●
- ●
the
refNumberrequest property's maxLength was set to11request-property-max-length-set
- ●
- ▲
response property
amountInHomeCurrencylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
bankAccount/fullNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
bankAccount/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
exchangeRatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
expenseLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
expenseLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
expenseLines/items/memolist-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
isPendinglist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isQueuedForPrintlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemGroup/fullNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemGroup/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/costlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/expirationDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/lotNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/serialNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/costlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/expirationDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/lotNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/serialNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
linkedTransactions/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
linkedTransactions/items/linkTypelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
linkedTransactions/items/refNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
memolist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
refNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
currencyresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
expenseLines/items/accountresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
expenseLines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
expenseLines/items/payeeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
expenseLines/items/salesRepresentativeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
expenseLines/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/customerresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/inventorySiteresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/inventorySiteLocationresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/itemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/salesRepresentativeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemLines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemLines/items/customerresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemLines/items/inventorySiteresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemLines/items/inventorySiteLocationresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemLines/items/itemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemLines/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemLines/items/salesRepresentativeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemLines/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
payeeresponse'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
- ▲
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
expenseLines/items/account/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
expenseLines/items/account/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
expenseLines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
expenseLines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
expenseLines/items/payee/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
expenseLines/items/payee/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
expenseLines/items/salesRepresentative/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
expenseLines/items/salesRepresentative/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
expenseLines/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
expenseLines/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/customer/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/customer/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/inventorySite/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/inventorySite/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/inventorySiteLocation/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/inventorySiteLocation/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/item/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/item/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/salesRepresentative/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/salesRepresentative/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/customer/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/customer/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/inventorySite/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/inventorySite/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/inventorySiteLocation/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/inventorySiteLocation/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/item/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/item/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/salesRepresentative/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/salesRepresentative/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
payee/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
payee/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
- ○
added
qbd_addresssubschema #2to theaddressresponse 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 theexpenseLines/items/accountresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theexpenseLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theexpenseLines/items/payeeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theexpenseLines/items/salesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theexpenseLines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemGroupLines/items/itemLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemGroupLines/items/itemLines/items/customerresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemGroupLines/items/itemLines/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemGroupLines/items/itemLines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemGroupLines/items/itemLines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemGroupLines/items/itemLines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemGroupLines/items/itemLines/items/salesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemGroupLines/items/itemLines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemGroupLines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemLines/items/customerresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemLines/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemLines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemLines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemLines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemLines/items/salesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemLines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thepayeeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thesalesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed the
amountenum value from thelinkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
billableenum value from theexpenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
billableenum value from theitemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
billableenum value from theitemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
has_been_billedenum value from theexpenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
has_been_billedenum value from theitemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
has_been_billedenum value from theitemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_billableenum value from theexpenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_billableenum value from theitemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_billableenum value from theitemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
quantityenum value from thelinkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from theexpenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from theitemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from theitemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thelinkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed
qbd_addresssubschema #2from theaddressresponse propertyoneOflist for the response status200response-property-one-of-removed
- ▲
- ▲
the response property
amountInHomeCurrencybecame nullable for the status200response-property-became-nullable
- ▲
the response property
bankAccount/fullNamebecame nullable for the status200response-property-became-nullable
- ▲
the response property
bankAccount/idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
currencybecame nullable for the status200response-property-became-nullable
- ▲
the response property
exchangeRatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
expenseLines/items/accountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
expenseLines/items/amountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
expenseLines/items/billingStatusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
expenseLines/items/classbecame nullable for the status200response-property-became-nullable
- ▲
the response property
expenseLines/items/memobecame nullable for the status200response-property-became-nullable
- ▲
the response property
expenseLines/items/payeebecame nullable for the status200response-property-became-nullable
- ▲
the response property
expenseLines/items/salesRepresentativebecame nullable for the status200response-property-became-nullable
- ▲
the response property
expenseLines/items/salesTaxCodebecame nullable for the status200response-property-became-nullable
- ▲
the response property
externalIdbecame nullable for the status200response-property-became-nullable
- ▲
the response property
isPendingbecame nullable for the status200response-property-became-nullable
- ▲
the response property
isQueuedForPrintbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/itemGroup/fullNamebecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/itemGroup/idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/itemLines/items/amountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/itemLines/items/billingStatusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/itemLines/items/classbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/itemLines/items/costbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/itemLines/items/customerbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/itemLines/items/descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/itemLines/items/expirationDatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/itemLines/items/inventorySitebecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/itemLines/items/inventorySiteLocationbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/itemLines/items/itembecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/itemLines/items/lotNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSetbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/itemLines/items/quantitybecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/itemLines/items/salesRepresentativebecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/itemLines/items/salesTaxCodebecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/itemLines/items/serialNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/itemLines/items/unitOfMeasurebecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/overrideUnitOfMeasureSetbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/quantitybecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemGroupLines/items/unitOfMeasurebecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemLines/items/amountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemLines/items/billingStatusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemLines/items/classbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemLines/items/costbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemLines/items/customerbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemLines/items/descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemLines/items/expirationDatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemLines/items/inventorySitebecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemLines/items/inventorySiteLocationbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemLines/items/itembecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemLines/items/lotNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemLines/items/overrideUnitOfMeasureSetbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemLines/items/quantitybecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemLines/items/salesRepresentativebecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemLines/items/salesTaxCodebecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemLines/items/serialNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
itemLines/items/unitOfMeasurebecame nullable for the status200response-property-became-nullable
- ▲
the response property
linkedTransactions/items/amountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
linkedTransactions/items/linkTypebecame nullable for the status200response-property-became-nullable
- ▲
the response property
linkedTransactions/items/refNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
memobecame nullable for the status200response-property-became-nullable
- ▲
the response property
payeebecame nullable for the status200response-property-became-nullable
- ▲
the response property
refNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
salesTaxCodebecame nullable for the status200response-property-became-nullable
- ▲
added
qbd_addresssubschema #2to theaddressresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
currencyresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
expenseLines/items/accountresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
expenseLines/items/classresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
expenseLines/items/payeeresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
expenseLines/items/salesRepresentativeresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
expenseLines/items/salesTaxCoderesponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/classresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/customerresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/inventorySiteresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/inventorySiteLocationresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/itemresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSetresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/salesRepresentativeresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/salesTaxCoderesponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/overrideUnitOfMeasureSetresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
itemLines/items/classresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
itemLines/items/customerresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
itemLines/items/inventorySiteresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
itemLines/items/inventorySiteLocationresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
itemLines/items/itemresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
itemLines/items/overrideUnitOfMeasureSetresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
itemLines/items/salesRepresentativeresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
itemLines/items/salesTaxCoderesponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
payeeresponse'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
- ●
added the new
amountenum value to thelinkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
billableenum value to theexpenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
billableenum value to theitemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
billableenum value to theitemLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
has_been_billedenum value to theexpenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
has_been_billedenum value to theitemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
has_been_billedenum value to theitemLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_billableenum value to theexpenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_billableenum value to theitemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_billableenum value to theitemLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
quantityenum value to thelinkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to theexpenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to theitemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to theitemLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thelinkedTransactions/items/linkTyperesponse 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 propertyitemGroupLines/items/itemLines/items/expirationDaterequest-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 propertyitemLines/items/expirationDaterequest-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 propertytransactionDaterequest-property-pattern-removed
- ○
removed
qbd_addresssubschema #2from theaddressresponse 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 theexpenseLines/items/accountresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theexpenseLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theexpenseLines/items/payeeresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theexpenseLines/items/salesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theexpenseLines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theitemGroupLines/items/itemLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theitemGroupLines/items/itemLines/items/customerresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theitemGroupLines/items/itemLines/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theitemGroupLines/items/itemLines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theitemGroupLines/items/itemLines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theitemGroupLines/items/itemLines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theitemGroupLines/items/itemLines/items/salesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theitemGroupLines/items/itemLines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theitemGroupLines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theitemLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theitemLines/items/customerresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theitemLines/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theitemLines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theitemLines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theitemLines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theitemLines/items/salesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theitemLines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thepayeeresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thesalesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
response property
amountInHomeCurrencylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
bankAccount/fullNamelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
bankAccount/idlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
exchangeRatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
expenseLines/items/amountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
expenseLines/items/billingStatuslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
expenseLines/items/memolist-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
isPendinglist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
isQueuedForPrintlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/descriptionlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemGroup/fullNamelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemGroup/idlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemLines/items/amountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemLines/items/billingStatuslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemLines/items/costlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemLines/items/descriptionlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemLines/items/expirationDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemLines/items/lotNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemLines/items/quantitylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemLines/items/serialNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemLines/items/unitOfMeasurelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/quantitylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/unitOfMeasurelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemLines/items/amountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemLines/items/billingStatuslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemLines/items/costlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemLines/items/descriptionlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemLines/items/expirationDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemLines/items/lotNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemLines/items/quantitylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemLines/items/serialNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemLines/items/unitOfMeasurelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
linkedTransactions/items/amountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
linkedTransactions/items/linkTypelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
linkedTransactions/items/refNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
memolist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
refNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
the
linkedTransactions/items/transactionDateresponse's property 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])))$was removed for the status200response-property-pattern-removed
- ○
the
transactionDateresponse's property 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])))$was removed for the status200response-property-pattern-removed
- ○
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
expenseLines/items/account/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
expenseLines/items/account/idto the response with the200statusresponse-required-property-added
- ○
added the required property
expenseLines/items/class/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
expenseLines/items/class/idto the response with the200statusresponse-required-property-added
- ○
added the required property
expenseLines/items/payee/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
expenseLines/items/payee/idto the response with the200statusresponse-required-property-added
- ○
added the required property
expenseLines/items/salesRepresentative/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
expenseLines/items/salesRepresentative/idto the response with the200statusresponse-required-property-added
- ○
added the required property
expenseLines/items/salesTaxCode/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
expenseLines/items/salesTaxCode/idto the response with the200statusresponse-required-property-added
- ○
added the required property
itemGroupLines/items/itemLines/items/class/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
itemGroupLines/items/itemLines/items/class/idto the response with the200statusresponse-required-property-added
- ○
added the required property
itemGroupLines/items/itemLines/items/customer/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
itemGroupLines/items/itemLines/items/customer/idto the response with the200statusresponse-required-property-added
- ○
added the required property
itemGroupLines/items/itemLines/items/inventorySite/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
itemGroupLines/items/itemLines/items/inventorySite/idto the response with the200statusresponse-required-property-added
- ○
added the required property
itemGroupLines/items/itemLines/items/inventorySiteLocation/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
itemGroupLines/items/itemLines/items/inventorySiteLocation/idto the response with the200statusresponse-required-property-added
- ○
added the required property
itemGroupLines/items/itemLines/items/item/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
itemGroupLines/items/itemLines/items/item/idto the response with the200statusresponse-required-property-added
- ○
added the required property
itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSet/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSet/idto the response with the200statusresponse-required-property-added
- ○
added the required property
itemGroupLines/items/itemLines/items/salesRepresentative/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
itemGroupLines/items/itemLines/items/salesRepresentative/idto the response with the200statusresponse-required-property-added
- ○
added the required property
itemGroupLines/items/itemLines/items/salesTaxCode/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
itemGroupLines/items/itemLines/items/salesTaxCode/idto the response with the200statusresponse-required-property-added
- ○
added the required property
itemGroupLines/items/overrideUnitOfMeasureSet/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
itemGroupLines/items/overrideUnitOfMeasureSet/idto the response with the200statusresponse-required-property-added
- ○
added the required property
itemLines/items/class/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
itemLines/items/class/idto the response with the200statusresponse-required-property-added
- ○
added the required property
itemLines/items/customer/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
itemLines/items/customer/idto the response with the200statusresponse-required-property-added
- ○
added the required property
itemLines/items/inventorySite/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
itemLines/items/inventorySite/idto the response with the200statusresponse-required-property-added
- ○
added the required property
itemLines/items/inventorySiteLocation/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
itemLines/items/inventorySiteLocation/idto the response with the200statusresponse-required-property-added
- ○
added the required property
itemLines/items/item/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
itemLines/items/item/idto the response with the200statusresponse-required-property-added
- ○
added the required property
itemLines/items/overrideUnitOfMeasureSet/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
itemLines/items/overrideUnitOfMeasureSet/idto the response with the200statusresponse-required-property-added
- ○
added the required property
itemLines/items/salesRepresentative/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
itemLines/items/salesRepresentative/idto the response with the200statusresponse-required-property-added
- ○
added the required property
itemLines/items/salesTaxCode/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
itemLines/items/salesTaxCode/idto the response with the200statusresponse-required-property-added
- ○
added the required property
payee/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
payee/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 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 propertyitemGroupLines/items/itemLines/items/expirationDaterequest-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 propertyitemLines/items/expirationDaterequest-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 propertytransactionDaterequest-property-pattern-added
- ▲
response property
amountInHomeCurrencylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
bankAccount/fullNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
bankAccount/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
exchangeRatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
expenseLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
expenseLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
expenseLines/items/memolist-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
isPendinglist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isQueuedForPrintlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemGroup/fullNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemGroup/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/costlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/expirationDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/lotNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/serialNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/costlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/expirationDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/lotNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/serialNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
linkedTransactions/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
linkedTransactions/items/linkTypelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
linkedTransactions/items/refNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
memolist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
refNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
currencyresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
expenseLines/items/accountresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
expenseLines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
expenseLines/items/payeeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
expenseLines/items/salesRepresentativeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
expenseLines/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/customerresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/inventorySiteresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/inventorySiteLocationresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/itemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/salesRepresentativeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/itemLines/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemGroupLines/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemLines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemLines/items/customerresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemLines/items/inventorySiteresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemLines/items/inventorySiteLocationresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemLines/items/itemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemLines/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemLines/items/salesRepresentativeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
itemLines/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
payeeresponse'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
- ▲
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
expenseLines/items/account/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
expenseLines/items/account/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
expenseLines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
expenseLines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
expenseLines/items/payee/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
expenseLines/items/payee/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
expenseLines/items/salesRepresentative/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
expenseLines/items/salesRepresentative/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
expenseLines/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
expenseLines/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/customer/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/customer/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/inventorySite/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/inventorySite/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/inventorySiteLocation/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/inventorySiteLocation/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/item/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/item/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/salesRepresentative/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/salesRepresentative/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/itemLines/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemGroupLines/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/customer/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/customer/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/inventorySite/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/inventorySite/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/inventorySiteLocation/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/inventorySiteLocation/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/item/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/item/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/salesRepresentative/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/salesRepresentative/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
itemLines/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
payee/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
payee/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
- ○
added
qbd_addresssubschema #2to theaddressresponse 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 theexpenseLines/items/accountresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theexpenseLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theexpenseLines/items/payeeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theexpenseLines/items/salesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theexpenseLines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemGroupLines/items/itemLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemGroupLines/items/itemLines/items/customerresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemGroupLines/items/itemLines/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemGroupLines/items/itemLines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemGroupLines/items/itemLines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemGroupLines/items/itemLines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemGroupLines/items/itemLines/items/salesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemGroupLines/items/itemLines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemGroupLines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemLines/items/customerresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemLines/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemLines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemLines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemLines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemLines/items/salesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theitemLines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thepayeeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thesalesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed the
amountenum value from thelinkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
billableenum value from theexpenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
billableenum value from theitemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
billableenum value from theitemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
has_been_billedenum value from theexpenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
has_been_billedenum value from theitemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
has_been_billedenum value from theitemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_billableenum value from theexpenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_billableenum value from theitemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_billableenum value from theitemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
quantityenum value from thelinkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from theexpenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from theitemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from theitemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thelinkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed
qbd_addresssubschema #2from theaddressresponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
the
linkedTransactions/items/transactionDateresponse's property 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])))$was added for the status200response-property-pattern-added
- ○
the
transactionDateresponse's property 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])))$was added for the status200response-property-pattern-added
- ▲