Create a bill
Creates a vendor bill and posts it to accounts payable. You can also link eligible purchase orders so QuickBooks pulls their lines onto the bill before it's saved.
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
{
"vendorId": "80000001-1234567890",
"vendorAddress": {
"line1": "Conductor Labs Inc.",
"line2": "540 Market St.",
"line3": "Suite 100",
"city": "San Francisco",
"state": "CA",
"postalCode": "94110",
"country": "United States",
"note": "Conductor HQ"
},
"payablesAccountId": "80000001-1234567890",
"transactionDate": "2024-10-01",
"dueDate": "2024-10-31",
"refNumber": "BILL-1234",
"termsId": "80000001-1234567890",
"memo": "Office supplies for September",
"salesTaxCodeId": "80000001-1234567890",
"exchangeRate": 1.2345,
"externalId": "12345678-abcd-1234-abcd-1234567890ab",
"expenseLines": [
{
"accountId": "80000001-1234567890",
"amount": "1000.00",
"memo": "New office chair",
"payeeId": "80000001-1234567890",
"classId": "80000001-1234567890",
"salesTaxCodeId": "80000001-1234567890",
"billingStatus": "billable",
"salesRepresentativeId": "80000001-1234567890",
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"value": "Premium"
}
]
}
],
"itemLines": [
{
"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",
"cost": "1000.00",
"amount": "1000.00",
"customerId": "80000001-1234567890",
"classId": "80000001-1234567890",
"salesTaxCodeId": "80000001-1234567890",
"billingStatus": "billable",
"overrideItemAccountId": "80000001-1234567890",
"linkToTransactionLine": {
"transactionId": "123ABC-1234567890",
"transactionLineId": "456DEF-1234567890"
},
"salesRepresentativeId": "80000001-1234567890",
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"value": "Premium"
}
]
}
],
"itemGroupLines": [
{
"itemGroupId": "80000001-1234567890",
"quantity": 5,
"unitOfMeasure": "Each",
"inventorySiteId": "80000001-1234567890",
"inventorySiteLocationId": "80000001-1234567890",
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"value": "Premium"
}
]
}
]
}Response
Returns the newly created bill.
Example response
{
"id": "123ABC-1234567890",
"objectType": "qbd_bill",
"createdAt": "2025-01-01T12:34:56+00:00",
"updatedAt": "2025-02-01T12:34:56+00:00",
"revisionNumber": "1721172183",
"vendor": {
"id": "80000001-1234567890",
"fullName": "Acme Supplies Ltd."
},
"vendorAddress": {
"line1": "Conductor Labs Inc.",
"line2": "540 Market St.",
"line3": "Suite 100",
"city": "San Francisco",
"state": "CA",
"postalCode": "94110",
"country": "United States",
"note": "Conductor HQ"
},
"payablesAccount": {
"id": "80000001-1234567890",
"fullName": "Accounts-Payable"
},
"transactionDate": "2024-10-01",
"dueDate": "2024-10-31",
"amountDue": "1000.00",
"currency": {
"id": "80000001-1234567890",
"fullName": "USD"
},
"exchangeRate": 1.2345,
"amountDueInHomeCurrency": "1234.56",
"refNumber": "BILL-1234",
"terms": {
"id": "80000001-1234567890",
"fullName": "Net 30"
},
"memo": "Office supplies for September",
"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"
}
]
}
],
"openAmount": "500.00",
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}Changes
Changed in 6 of the 46 revisions of this API.33939217
- ▲
response property
expenseLines/items/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
- ●
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/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/inventorySiteIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemGroupLines/items/inventorySiteLocationIdrequest 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
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/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/linkToTransactionLine/transactionIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
itemLines/items/linkToTransactionLine/transactionLineIdrequest 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/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
linkToTransactionIds/items/request property's maxLength was set to36request-property-max-length-set
- ●
the
payablesAccountIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
salesTaxCodeIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
termsIdrequest property's maxLength was set to36request-property-max-length-set
- ●
the
vendorIdrequest property's maxLength was set to36request-property-max-length-set
- ●
- ●
the
refNumberrequest property's maxLength was set to20request-property-max-length-set
- ●
- ▲
response property
amountDuelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
amountDueInHomeCurrencylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
dueDatelist-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
isPaidlist-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
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
openAmountlist-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
payablesAccountresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
termsresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
vendorresponse'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
payablesAccount/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
payablesAccount/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
terms/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
terms/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
vendor/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
vendor/idfrom the response with the200statusresponse-required-property-removed
- ○
added
qbd_addresssubschema #2to thevendorAddressresponse 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 thepayablesAccountresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thesalesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thetermsresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thevendorresponse 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 thevendorAddressresponse propertyoneOflist for the response status200response-property-one-of-removed
- ▲
- ▲
the response property
amountDuebecame nullable for the status200response-property-became-nullable
- ▲
the response property
amountDueInHomeCurrencybecame nullable for the status200response-property-became-nullable
- ▲
the response property
currencybecame nullable for the status200response-property-became-nullable
- ▲
the response property
dueDatebecame 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
isPaidbecame nullable for the status200response-property-became-nullable
- ▲
the response property
isPendingbecame 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
openAmountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
payablesAccountbecame 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
- ▲
the response property
termsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
vendorbecame nullable for the status200response-property-became-nullable
- ▲
added
qbd_addresssubschema #2to thevendorAddressresponse 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
payablesAccountresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
salesTaxCoderesponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
termsresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
vendorresponse'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 propertydueDaterequest-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 the pattern
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$from the request propertyexternalIdrequest-property-pattern-removed
- ○
removed
qbd_addresssubschema #2from thevendorAddressresponse 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 thepayablesAccountresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thesalesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thetermsresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thevendorresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
response property
amountDuelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
amountDueInHomeCurrencylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
dueDatelist-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
isPaidlist-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
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
openAmountlist-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
payablesAccount/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
payablesAccount/idto the response with the200statusresponse-required-property-added
- ○
added the required property
salesTaxCode/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
salesTaxCode/idto the response with the200statusresponse-required-property-added
- ○
added the required property
terms/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
terms/idto the response with the200statusresponse-required-property-added
- ○
added the required property
vendor/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
vendor/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 propertydueDaterequest-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
- ▲
added the pattern
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$to the request propertyexternalIdrequest-property-pattern-added
- ▲
response property
amountDuelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
amountDueInHomeCurrencylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
dueDatelist-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
isPaidlist-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
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
openAmountlist-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
payablesAccountresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
termsresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
vendorresponse'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
payablesAccount/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
payablesAccount/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
terms/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
terms/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
vendor/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
vendor/idfrom the response with the200statusresponse-required-property-removed
- ○
added
qbd_addresssubschema #2to thevendorAddressresponse 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 thepayablesAccountresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thesalesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thetermsresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thevendorresponse 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 thevendorAddressresponse 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
- ▲