Retrieve a purchase order
Retrieves a purchase order by ID.
IMPORTANT: If you need to fetch multiple specific purchase orders by ID, use the list endpoint instead with the ids parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
NOTE: The response automatically includes any linked transactions.
Path parameters
The QuickBooks-assigned unique identifier of the purchase order to retrieve.
The QuickBooks-assigned unique identifier of the purchase order to retrieve.
Headers
The ID of the End-User to receive this request.
The ID of the End-User to receive this request.
Response
Returns the specified purchase order.
Example response
{
"id": "123ABC-1234567890",
"objectType": "qbd_purchase_order",
"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."
},
"class": {
"id": "80000001-1234567890",
"fullName": "Office Supplies"
},
"inventorySite": {
"id": "80000001-1234567890",
"fullName": "Main Warehouse"
},
"shipToEntity": {
"id": "80000001-1234567890",
"fullName": "Customer"
},
"documentTemplate": {
"id": "80000001-1234567890",
"fullName": "Purchase Order Template"
},
"transactionDate": "2024-10-01",
"refNumber": "PO-1234",
"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"
},
"shippingAddress": {
"line1": "Conductor Labs Inc.",
"line2": "540 Market St.",
"line3": "Suite 100",
"city": "San Francisco",
"state": "CA",
"postalCode": "94110",
"country": "United States",
"note": "Conductor HQ"
},
"terms": {
"id": "80000001-1234567890",
"fullName": "Net 30"
},
"dueDate": "2024-10-31",
"expectedDate": "2024-01-01",
"shippingMethod": {
"id": "80000001-1234567890",
"fullName": "FedEx Ground"
},
"shipmentOrigin": "San Francisco, CA",
"totalAmount": "1000.00",
"currency": {
"id": "80000001-1234567890",
"fullName": "USD"
},
"exchangeRate": 1.2345,
"totalAmountInHomeCurrency": "1234.56",
"isManuallyClosed": true,
"memo": "Office supplies for September",
"vendorMessage": "Please include packing slip with shipment",
"isQueuedForPrint": true,
"isQueuedForEmail": true,
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"otherCustomField1": "Special handling required",
"otherCustomField2": "Always ship with a spare",
"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"
}
],
"lines": [
{
"id": "456DEF-1234567890",
"objectType": "qbd_purchase_order_line",
"item": {
"id": "80000001-1234567890",
"fullName": "Widget A"
},
"sku": "MPN-123456",
"description": "Office chairs - Herman Miller Aeron (Black)",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSet": {
"id": "80000001-1234567890",
"fullName": "Volume Units"
},
"rate": "10.00",
"class": {
"id": "80000001-1234567890",
"fullName": "Office Supplies"
},
"amount": "1000.00",
"inventorySiteLocation": {
"id": "80000001-1234567890",
"fullName": "Aisle 3, Shelf B"
},
"payee": {
"id": "80000001-1234567890",
"fullName": "Acme Corporation"
},
"serviceDate": "2024-03-15",
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"receivedQuantity": 5,
"unbilledQuantity": 2,
"isManuallyClosed": true,
"otherCustomField1": "Special handling required",
"otherCustomField2": "Always ship with a spare",
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
],
"lineGroups": [
{
"id": "456DEF-1234567890",
"objectType": "qbd_purchase_order_line_group",
"itemGroup": {
"id": "80000001-1234567890",
"fullName": "Office Supplies Bundle"
},
"description": "Office supplies bundle",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSet": {
"id": "80000001-1234567890",
"fullName": "Volume Units"
},
"shouldPrintItemsInGroup": true,
"totalAmount": "1000.00",
"serviceDate": "2024-03-15",
"lines": [
{
"id": "456DEF-1234567890",
"objectType": "qbd_purchase_order_line",
"item": {
"id": "80000001-1234567890",
"fullName": "Widget A"
},
"sku": "MPN-123456",
"description": "Office chairs - Herman Miller Aeron (Black)",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSet": {
"id": "80000001-1234567890",
"fullName": "Volume Units"
},
"rate": "10.00",
"class": {
"id": "80000001-1234567890",
"fullName": "Office Supplies"
},
"amount": "1000.00",
"inventorySiteLocation": {
"id": "80000001-1234567890",
"fullName": "Aisle 3, Shelf B"
},
"payee": {
"id": "80000001-1234567890",
"fullName": "Acme Corporation"
},
"serviceDate": "2024-03-15",
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"receivedQuantity": 5,
"unbilledQuantity": 2,
"isManuallyClosed": true,
"otherCustomField1": "Special handling required",
"otherCustomField2": "Always ship with a spare",
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
],
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
],
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}Changes
Changed in 5 of the 46 revisions of this API.3194178
- ●
for the
pathrequest parameterid, the maxLength was set to36request-parameter-max-length-set
- ●
- ▲
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
expectedDatelist-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
isFullyReceivedlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isQueuedForEmaillist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isQueuedForPrintlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/itemGroup/fullNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/itemGroup/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/isBilledlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/otherCustomField1list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/otherCustomField2list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/ratelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/receivedQuantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/serviceDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/skulist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/unbilledQuantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/serviceDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/isBilledlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/otherCustomField1list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/otherCustomField2list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/ratelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/receivedQuantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/serviceDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/skulist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/unbilledQuantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/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
otherCustomField1list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
otherCustomField2list-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
- ▲
response property
shipmentOriginlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
totalAmountInHomeCurrencylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
vendorMessagelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
currencyresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
documentTemplateresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
inventorySiteresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/inventorySiteLocationresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/itemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/payeeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/inventorySiteLocationresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/itemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/payeeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/salesTaxCoderesponse'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
shipToEntityresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
shippingMethodresponse'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
class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
currency/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
currency/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
documentTemplate/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
documentTemplate/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
inventorySite/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
inventorySite/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/inventorySiteLocation/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/inventorySiteLocation/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/item/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/item/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/payee/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/payee/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/inventorySiteLocation/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/inventorySiteLocation/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/item/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/item/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/payee/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/payee/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/salesTaxCode/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
shipToEntity/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
shipToEntity/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
shippingMethod/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
shippingMethod/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 theshippingAddressresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
qbd_addresssubschema #2to thevendorAddressresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theclassresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thecurrencyresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedocumentTemplateresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theinventorySiteresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/payeeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/payeeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/salesTaxCoderesponse 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 theshipToEntityresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theshippingMethodresponse 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
quantityenum value from thelinkedTransactions/items/linkTyperesponse 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 theshippingAddressresponse propertyoneOflist for the response status200response-property-one-of-removed
- ○
removed
qbd_addresssubschema #2from thevendorAddressresponse propertyoneOflist for the response status200response-property-one-of-removed
- ▲
- ▲
the response property
classbecame nullable for the status200response-property-became-nullable
- ▲
the response property
currencybecame nullable for the status200response-property-became-nullable
- ▲
the response property
documentTemplatebecame 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
expectedDatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
externalIdbecame nullable for the status200response-property-became-nullable
- ▲
the response property
inventorySitebecame nullable for the status200response-property-became-nullable
- ▲
the response property
isFullyReceivedbecame nullable for the status200response-property-became-nullable
- ▲
the response property
isQueuedForEmailbecame nullable for the status200response-property-became-nullable
- ▲
the response property
isQueuedForPrintbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/itemGroup/fullNamebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/itemGroup/idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/amountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/classbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/inventorySiteLocationbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/isBilledbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/itembecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/otherCustomField1became nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/otherCustomField2became nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/overrideUnitOfMeasureSetbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/payeebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/quantitybecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/ratebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/receivedQuantitybecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/salesTaxCodebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/serviceDatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/skubecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/unbilledQuantitybecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/lines/items/unitOfMeasurebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/overrideUnitOfMeasureSetbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/quantitybecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/serviceDatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lineGroups/items/unitOfMeasurebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/amountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/classbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/inventorySiteLocationbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/isBilledbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/itembecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/otherCustomField1became nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/otherCustomField2became nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/overrideUnitOfMeasureSetbecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/payeebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/quantitybecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/ratebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/receivedQuantitybecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/salesTaxCodebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/serviceDatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/skubecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/items/unbilledQuantitybecame nullable for the status200response-property-became-nullable
- ▲
the response property
lines/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
otherCustomField1became nullable for the status200response-property-became-nullable
- ▲
the response property
otherCustomField2became 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
shipToEntitybecame nullable for the status200response-property-became-nullable
- ▲
the response property
shipmentOriginbecame nullable for the status200response-property-became-nullable
- ▲
the response property
shippingMethodbecame nullable for the status200response-property-became-nullable
- ▲
the response property
termsbecame nullable for the status200response-property-became-nullable
- ▲
the response property
totalAmountInHomeCurrencybecame nullable for the status200response-property-became-nullable
- ▲
the response property
vendorbecame nullable for the status200response-property-became-nullable
- ▲
the response property
vendorMessagebecame nullable for the status200response-property-became-nullable
- ▲
added
qbd_addresssubschema #2to theshippingAddressresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
added
qbd_addresssubschema #2to thevendorAddressresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
classresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
currencyresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
documentTemplateresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
inventorySiteresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/classresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/inventorySiteLocationresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/itemresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/overrideUnitOfMeasureSetresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/payeeresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/salesTaxCoderesponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lineGroups/items/overrideUnitOfMeasureSetresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lines/items/classresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lines/items/inventorySiteLocationresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lines/items/itemresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lines/items/overrideUnitOfMeasureSetresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lines/items/payeeresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
lines/items/salesTaxCoderesponse'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
shipToEntityresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
shippingMethodresponse'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
quantityenum value to thelinkedTransactions/items/linkTyperesponse 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
qbd_addresssubschema #2from theshippingAddressresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
qbd_addresssubschema #2from thevendorAddressresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theclassresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thecurrencyresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedocumentTemplateresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theinventorySiteresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelineGroups/items/lines/items/classresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelineGroups/items/lines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelineGroups/items/lines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelineGroups/items/lines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelineGroups/items/lines/items/payeeresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelineGroups/items/lines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelineGroups/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelines/items/classresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelines/items/payeeresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thelines/items/salesTaxCoderesponse 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 theshipToEntityresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from theshippingMethodresponse 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
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
expectedDatelist-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
isFullyReceivedlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
isQueuedForEmaillist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
isQueuedForPrintlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/descriptionlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/itemGroup/fullNamelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/itemGroup/idlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/amountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/descriptionlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/isBilledlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/otherCustomField1list-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/otherCustomField2list-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/quantitylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/ratelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/receivedQuantitylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/serviceDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/skulist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/unbilledQuantitylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/lines/items/unitOfMeasurelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/quantitylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/serviceDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lineGroups/items/unitOfMeasurelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/amountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/descriptionlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/isBilledlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/otherCustomField1list-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/otherCustomField2list-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/quantitylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/ratelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/receivedQuantitylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/serviceDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/skulist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/items/unbilledQuantitylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
lines/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
otherCustomField1list-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
otherCustomField2list-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
- ○
response property
shipmentOriginlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
totalAmountInHomeCurrencylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
vendorMessagelist-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
class/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
class/idto the response with the200statusresponse-required-property-added
- ○
added the required property
currency/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
currency/idto the response with the200statusresponse-required-property-added
- ○
added the required property
documentTemplate/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
documentTemplate/idto the response with the200statusresponse-required-property-added
- ○
added the required property
inventorySite/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
inventorySite/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/class/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/class/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/inventorySiteLocation/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/inventorySiteLocation/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/item/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/item/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/overrideUnitOfMeasureSet/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/overrideUnitOfMeasureSet/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/payee/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/payee/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/salesTaxCode/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/lines/items/salesTaxCode/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/overrideUnitOfMeasureSet/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lineGroups/items/overrideUnitOfMeasureSet/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/class/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/class/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/inventorySiteLocation/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/inventorySiteLocation/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/item/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/item/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/overrideUnitOfMeasureSet/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/overrideUnitOfMeasureSet/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/payee/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/payee/idto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/salesTaxCode/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
lines/items/salesTaxCode/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
shipToEntity/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
shipToEntity/idto the response with the200statusresponse-required-property-added
- ○
added the required property
shippingMethod/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
shippingMethod/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
- ▲
- ▲
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
expectedDatelist-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
isFullyReceivedlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isQueuedForEmaillist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
isQueuedForPrintlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/itemGroup/fullNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/itemGroup/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/isBilledlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/otherCustomField1list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/otherCustomField2list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/ratelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/receivedQuantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/serviceDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/skulist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/unbilledQuantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/lines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/serviceDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lineGroups/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/isBilledlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/otherCustomField1list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/otherCustomField2list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/ratelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/receivedQuantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/serviceDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/skulist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/items/unbilledQuantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
lines/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
otherCustomField1list-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
otherCustomField2list-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
- ▲
response property
shipmentOriginlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
totalAmountInHomeCurrencylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
vendorMessagelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
currencyresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
documentTemplateresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
inventorySiteresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/inventorySiteLocationresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/itemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/payeeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/lines/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lineGroups/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/inventorySiteLocationresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/itemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/payeeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
lines/items/salesTaxCoderesponse'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
shipToEntityresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
shippingMethodresponse'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
class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
currency/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
currency/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
documentTemplate/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
documentTemplate/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
inventorySite/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
inventorySite/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/inventorySiteLocation/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/inventorySiteLocation/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/item/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/item/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/payee/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/payee/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/lines/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lineGroups/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/inventorySiteLocation/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/inventorySiteLocation/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/item/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/item/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/payee/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/payee/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
lines/items/salesTaxCode/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
shipToEntity/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
shipToEntity/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
shippingMethod/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
shippingMethod/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 theshippingAddressresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
qbd_addresssubschema #2to thevendorAddressresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theclassresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thecurrencyresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedocumentTemplateresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theinventorySiteresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/payeeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/lines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelineGroups/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/payeeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thelines/items/salesTaxCoderesponse 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 theshipToEntityresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to theshippingMethodresponse 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
quantityenum value from thelinkedTransactions/items/linkTyperesponse 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 theshippingAddressresponse propertyoneOflist for the response status200response-property-one-of-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
- ▲
- ○
added the required property
lineGroups/items/serviceDateto the response with the200statusresponse-required-property-added
- ○