List all item receipts
Returns a list of item receipts. Use the cursor parameter to paginate through the results.
Query parameters
Filter for specific item receipts by their QuickBooks-assigned unique identifier(s).
IMPORTANT: If you include this parameter, QuickBooks will ignore all other query parameters for this request.
NOTE: If any of the values you specify in this parameter are not found, the request will return an error.
Filter for specific item receipts by their QuickBooks-assigned unique identifier(s).
IMPORTANT: If you include this parameter, QuickBooks will ignore all other query parameters for this request.
NOTE: If any of the values you specify in this parameter are not found, the request will return an error.
[ "123ABC-1234567890" ]
Filter for specific item receipts by their ref-number(s), case-sensitive. In QuickBooks, ref-numbers are not required to be unique and can be arbitrarily changed by the QuickBooks user.
IMPORTANT: If you include this parameter, QuickBooks will ignore all other query parameters for this request.
NOTE: If any of the values you specify in this parameter are not found, the request will return an error.
Filter for specific item receipts by their ref-number(s), case-sensitive. In QuickBooks, ref-numbers are not required to be unique and can be arbitrarily changed by the QuickBooks user.
IMPORTANT: If you include this parameter, QuickBooks will ignore all other query parameters for this request.
NOTE: If any of the values you specify in this parameter are not found, the request will return an error.
[ "ITEM RECEIPT-1234" ]
The maximum number of objects to return. Accepts values ranging from 1 to 150, defaults to 150. When used with cursor-based pagination, this parameter controls how many results are returned per page. To paginate through results, combine this with the cursor parameter. Each response will include a nextCursor value that can be passed to subsequent requests to retrieve the next page of results.
The maximum number of objects to return. Accepts values ranging from 1 to 150, defaults to 150. When used with cursor-based pagination, this parameter controls how many results are returned per page. To paginate through results, combine this with the cursor parameter. Each response will include a nextCursor value that can be passed to subsequent requests to retrieve the next page of results.
The pagination token to fetch the next set of results when paginating with the limit parameter. Do not include this parameter on the first call. Use the nextCursor value returned in the previous response to request subsequent results.
The pagination token to fetch the next set of results when paginating with the limit parameter. Do not include this parameter on the first call. Use the nextCursor value returned in the previous response to request subsequent results.
Filter for item receipts updated on or after this date/time. Accepts the following ISO 8601 formats:
- date-only (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the start of the specified day in the local timezone of the end-user's computer (e.g., 2025-01-01 → 2025-01-01T00:00:00).
- datetime without timezone (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.
- datetime with timezone (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.
Filter for item receipts updated on or after this date/time. Accepts the following ISO 8601 formats:
- date-only (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the start of the specified day in the local timezone of the end-user's computer (e.g., 2025-01-01 → 2025-01-01T00:00:00).
- datetime without timezone (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.
- datetime with timezone (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.
Filter for item receipts updated on or before this date/time. Accepts the following ISO 8601 formats:
- date-only (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the end of the specified day in the local timezone of the end-user's computer (e.g., 2025-01-01 → 2025-01-01T23:59:59).
- datetime without timezone (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.
- datetime with timezone (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.
Filter for item receipts updated on or before this date/time. Accepts the following ISO 8601 formats:
- date-only (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the end of the specified day in the local timezone of the end-user's computer (e.g., 2025-01-01 → 2025-01-01T23:59:59).
- datetime without timezone (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.
- datetime with timezone (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.
Filter for item receipts whose date field is on or after this date, in ISO 8601 format (YYYY-MM-DD).
NOTE: QuickBooks Desktop interprets this date as the start of the specified day in the local timezone of the end-user's computer (e.g., 2025-01-01 → 2025-01-01T00:00:00).
Filter for item receipts whose date field is on or after this date, in ISO 8601 format (YYYY-MM-DD).
NOTE: QuickBooks Desktop interprets this date as the start of the specified day in the local timezone of the end-user's computer (e.g., 2025-01-01 → 2025-01-01T00:00:00).
Filter for item receipts whose date field is on or before this date, in ISO 8601 format (YYYY-MM-DD).
NOTE: QuickBooks Desktop interprets this date as the end of the specified day in the local timezone of the end-user's computer (e.g., 2025-01-01 → 2025-01-01T23:59:59).
Filter for item receipts whose date field is on or before this date, in ISO 8601 format (YYYY-MM-DD).
NOTE: QuickBooks Desktop interprets this date as the end of the specified day in the local timezone of the end-user's computer (e.g., 2025-01-01 → 2025-01-01T23:59:59).
Filter for item receipts received from these vendors.
Filter for item receipts received from these vendors.
[ "80000001-1234567890" ]
Filter for item receipts associated with these accounts.
Filter for item receipts associated with these accounts.
[ "80000001-1234567890" ]
Filter for item receipts whose refNumber contains this substring.
NOTE: If you use this parameter, you cannot also use refNumberStartsWith or refNumberEndsWith.
Filter for item receipts whose refNumber contains this substring.
NOTE: If you use this parameter, you cannot also use refNumberStartsWith or refNumberEndsWith.
Filter for item receipts whose refNumber starts with this substring.
NOTE: If you use this parameter, you cannot also use refNumberContains or refNumberEndsWith.
Filter for item receipts whose refNumber starts with this substring.
NOTE: If you use this parameter, you cannot also use refNumberContains or refNumberEndsWith.
Filter for item receipts whose refNumber ends with this substring.
NOTE: If you use this parameter, you cannot also use refNumberContains or refNumberStartsWith.
Filter for item receipts whose refNumber ends with this substring.
NOTE: If you use this parameter, you cannot also use refNumberContains or refNumberStartsWith.
Filter for item receipts whose refNumber is greater than or equal to this value. If omitted, the range will begin with the first number of the list. Uses a numerical comparison for values that contain only digits; otherwise, uses a lexicographical comparison.
Filter for item receipts whose refNumber is greater than or equal to this value. If omitted, the range will begin with the first number of the list. Uses a numerical comparison for values that contain only digits; otherwise, uses a lexicographical comparison.
Filter for item receipts whose refNumber is less than or equal to this value. If omitted, the range will end with the last number of the list. Uses a numerical comparison for values that contain only digits; otherwise, uses a lexicographical comparison.
Filter for item receipts whose refNumber is less than or equal to this value. If omitted, the range will end with the last number of the list. Uses a numerical comparison for values that contain only digits; otherwise, uses a lexicographical comparison.
Filter for item receipts in these currencies.
Filter for item receipts in these currencies.
[ "80000001-1234567890" ]
Whether to include line items in the response. Defaults to true.
Whether to include line items in the response. Defaults to true.
Whether to include linked transactions in the response. Defaults to false. For example, a payment linked to the corresponding item receipt.
Whether to include linked transactions in the response. Defaults to false. For example, a payment linked to the corresponding item receipt.
Headers
The ID of the End-User to receive this request.
The ID of the End-User to receive this request.
Response
Returns a list of item receipts.
Example response
{
"objectType": "list",
"url": "/v1/quickbooks-desktop/item-receipts",
"data": [
{
"id": "123ABC-1234567890",
"objectType": "qbd_item_receipt",
"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."
},
"payablesAccount": {
"id": "80000001-1234567890",
"fullName": "Accounts-Payable"
},
"liabilityAccount": {
"id": "80000001-1234567890",
"fullName": "Liabilities:Accounts-Payable"
},
"transactionDate": "2024-10-01",
"totalAmount": "1000.00",
"currency": {
"id": "80000001-1234567890",
"fullName": "USD"
},
"exchangeRate": 1.2345,
"totalAmountInHomeCurrency": "1234.56",
"refNumber": "RECEIPT-1234",
"memo": "Received 100 units of Product X from Vendor Y",
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"externalId": "12345678-abcd-1234-abcd-1234567890ab",
"linkedTransactions": [
{
"id": "123ABC-1234567890",
"objectType": "qbd_linked_transaction",
"transactionType": "invoice",
"transactionDate": "2024-10-01",
"refNumber": "LINK-1234",
"linkType": "amount",
"amount": "1000.00"
}
],
"expenseLines": [
{
"id": "456DEF-1234567890",
"objectType": "qbd_expense_line",
"account": {
"id": "80000001-1234567890",
"fullName": "Expenses:Office Supplies"
},
"amount": "1000.00",
"memo": "New office chair",
"payee": {
"id": "80000001-1234567890",
"fullName": "Acme Corporation"
},
"class": {
"id": "80000001-1234567890",
"fullName": "Office Supplies"
},
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"billingStatus": "billable",
"salesRepresentative": {
"id": "80000001-1234567890",
"fullName": "Jane Doe"
},
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
],
"itemLines": [
{
"id": "456DEF-1234567890",
"objectType": "qbd_item_line",
"item": {
"id": "80000001-1234567890",
"fullName": "Widget A"
},
"inventorySite": {
"id": "80000001-1234567890",
"fullName": "Main Warehouse"
},
"inventorySiteLocation": {
"id": "80000001-1234567890",
"fullName": "Aisle 3, Shelf B"
},
"serialNumber": "SN1234567890",
"lotNumber": "LOT2023-001",
"expirationDate": "2025-12-31",
"description": "High-quality widget with custom engraving",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSet": {
"id": "80000001-1234567890",
"fullName": "Volume Units"
},
"cost": "1000.00",
"amount": "1000.00",
"customer": {
"id": "80000001-1234567890",
"fullName": "Acme Corporation"
},
"class": {
"id": "80000001-1234567890",
"fullName": "Installation:Residential"
},
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"billingStatus": "billable",
"salesRepresentative": {
"id": "80000001-1234567890",
"fullName": "Jane Doe"
},
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
],
"itemGroupLines": [
{
"id": "456DEF-1234567890",
"objectType": "qbd_item_group_line",
"itemGroup": {
"id": "80000001-1234567890",
"fullName": "Office Supplies Bundle"
},
"description": "Standard widget bulk package",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSet": {
"id": "80000001-1234567890",
"fullName": "Volume Units"
},
"totalAmount": "1000.00",
"itemLines": [
{
"id": "456DEF-1234567890",
"objectType": "qbd_item_line",
"item": {
"id": "80000001-1234567890",
"fullName": "Widget A"
},
"inventorySite": {
"id": "80000001-1234567890",
"fullName": "Main Warehouse"
},
"inventorySiteLocation": {
"id": "80000001-1234567890",
"fullName": "Aisle 3, Shelf B"
},
"serialNumber": "SN1234567890",
"lotNumber": "LOT2023-001",
"expirationDate": "2025-12-31",
"description": "High-quality widget with custom engraving",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSet": {
"id": "80000001-1234567890",
"fullName": "Volume Units"
},
"cost": "1000.00",
"amount": "1000.00",
"customer": {
"id": "80000001-1234567890",
"fullName": "Acme Corporation"
},
"class": {
"id": "80000001-1234567890",
"fullName": "Installation:Residential"
},
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"billingStatus": "billable",
"salesRepresentative": {
"id": "80000001-1234567890",
"fullName": "Jane Doe"
},
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
],
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
],
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
],
"nextCursor": "12345678-abcd-abcd-example-1234567890ab",
"remainingCount": 10
}Changes
Changed in 4 of the 46 revisions of this API.32515204
- ▲
response property
data/items/expenseLines/items/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
- ▲
response property
data/items/exchangeRatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/expenseLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/expenseLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/expenseLines/items/memolist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/externalIdlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemGroup/fullNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemGroup/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemLines/items/costlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemLines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemLines/items/expirationDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemLines/items/lotNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemLines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemLines/items/serialNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemLines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemLines/items/costlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemLines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemLines/items/expirationDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemLines/items/lotNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemLines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemLines/items/serialNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemLines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/linkedTransactions/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/linkedTransactions/items/linkTypelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/linkedTransactions/items/refNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/memolist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/refNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/totalAmountInHomeCurrencylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/vendor/fullNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/vendor/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
nextCursorlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
remainingCountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
data/items/currencyresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/expenseLines/items/accountresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/expenseLines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/expenseLines/items/payeeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/expenseLines/items/salesRepresentativeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/expenseLines/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/customerresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/inventorySiteresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/inventorySiteLocationresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/itemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/salesRepresentativeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/customerresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/inventorySiteresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/inventorySiteLocationresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/itemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/salesRepresentativeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/liabilityAccountresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/payablesAccountresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
removed the required property
data/items/currency/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/currency/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/expenseLines/items/account/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/expenseLines/items/account/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/expenseLines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/expenseLines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/expenseLines/items/payee/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/expenseLines/items/payee/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/expenseLines/items/salesRepresentative/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/expenseLines/items/salesRepresentative/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/expenseLines/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/expenseLines/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/customer/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/customer/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/inventorySite/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/inventorySite/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/inventorySiteLocation/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/inventorySiteLocation/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/item/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/item/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/salesRepresentative/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/salesRepresentative/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/customer/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/customer/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/inventorySite/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/inventorySite/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/inventorySiteLocation/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/inventorySiteLocation/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/item/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/item/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/salesRepresentative/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/salesRepresentative/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/liabilityAccount/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/liabilityAccount/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/payablesAccount/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/payablesAccount/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ○
added
subschema #1subschema #2to thedata/items/currencyresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/expenseLines/items/accountresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/expenseLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/expenseLines/items/payeeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/expenseLines/items/salesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/expenseLines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemGroupLines/items/itemLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemGroupLines/items/itemLines/items/customerresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemGroupLines/items/itemLines/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemGroupLines/items/itemLines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemGroupLines/items/itemLines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemGroupLines/items/itemLines/items/salesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemGroupLines/items/itemLines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemGroupLines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemLines/items/customerresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemLines/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemLines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemLines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemLines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemLines/items/salesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemLines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/liabilityAccountresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/payablesAccountresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed the
amountenum value from thedata/items/linkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
billableenum value from thedata/items/expenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
billableenum value from thedata/items/itemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
billableenum value from thedata/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
has_been_billedenum value from thedata/items/expenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
has_been_billedenum value from thedata/items/itemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
has_been_billedenum value from thedata/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_billableenum value from thedata/items/expenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_billableenum value from thedata/items/itemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_billableenum value from thedata/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
quantityenum value from thedata/items/linkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/expenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/itemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/linkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-removed
- ▲
- ▲
the response property
data/items/currencybecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/exchangeRatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/expenseLines/items/accountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/expenseLines/items/amountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/expenseLines/items/billingStatusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/expenseLines/items/classbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/expenseLines/items/memobecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/expenseLines/items/payeebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/expenseLines/items/salesRepresentativebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/expenseLines/items/salesTaxCodebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/externalIdbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/itemGroup/fullNamebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/itemGroup/idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/itemLines/items/amountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/itemLines/items/billingStatusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/itemLines/items/classbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/itemLines/items/costbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/itemLines/items/customerbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/itemLines/items/descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/itemLines/items/expirationDatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/itemLines/items/inventorySitebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/itemLines/items/inventorySiteLocationbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/itemLines/items/itembecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/itemLines/items/lotNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSetbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/itemLines/items/quantitybecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/itemLines/items/salesRepresentativebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/itemLines/items/salesTaxCodebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/itemLines/items/serialNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/itemLines/items/unitOfMeasurebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/overrideUnitOfMeasureSetbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/quantitybecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemGroupLines/items/unitOfMeasurebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemLines/items/amountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemLines/items/billingStatusbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemLines/items/classbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemLines/items/costbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemLines/items/customerbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemLines/items/descriptionbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemLines/items/expirationDatebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemLines/items/inventorySitebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemLines/items/inventorySiteLocationbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemLines/items/itembecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemLines/items/lotNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemLines/items/overrideUnitOfMeasureSetbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemLines/items/quantitybecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemLines/items/salesRepresentativebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemLines/items/salesTaxCodebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemLines/items/serialNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/itemLines/items/unitOfMeasurebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/liabilityAccountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/linkedTransactions/items/amountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/linkedTransactions/items/linkTypebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/linkedTransactions/items/refNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/memobecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/payablesAccountbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/refNumberbecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/salesTaxCodebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/totalAmountInHomeCurrencybecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/vendor/fullNamebecame nullable for the status200response-property-became-nullable
- ▲
the response property
data/items/vendor/idbecame nullable for the status200response-property-became-nullable
- ▲
the response property
nextCursorbecame nullable for the status200response-property-became-nullable
- ▲
the response property
remainingCountbecame nullable for the status200response-property-became-nullable
- ▲
the
data/items/currencyresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/expenseLines/items/accountresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/expenseLines/items/classresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/expenseLines/items/payeeresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/expenseLines/items/salesRepresentativeresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/expenseLines/items/salesTaxCoderesponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/classresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/customerresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/inventorySiteresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/inventorySiteLocationresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/itemresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSetresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/salesRepresentativeresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/salesTaxCoderesponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/overrideUnitOfMeasureSetresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/classresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/customerresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/inventorySiteresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/inventorySiteLocationresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/itemresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/overrideUnitOfMeasureSetresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/salesRepresentativeresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/salesTaxCoderesponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/liabilityAccountresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/payablesAccountresponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ▲
the
data/items/salesTaxCoderesponse's property type/format changed from/toobjectnull/for status200response-property-type-changed
- ●
added the new
amountenum value to thedata/items/linkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
billableenum value to thedata/items/expenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
billableenum value to thedata/items/itemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
billableenum value to thedata/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
has_been_billedenum value to thedata/items/expenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
has_been_billedenum value to thedata/items/itemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
has_been_billedenum value to thedata/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_billableenum value to thedata/items/expenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_billableenum value to thedata/items/itemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_billableenum value to thedata/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
quantityenum value to thedata/items/linkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thedata/items/expenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thedata/items/itemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thedata/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
undefinedenum value to thedata/items/linkedTransactions/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 thequeryrequest parametertransactionDateFromrequest-parameter-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 thequeryrequest parametertransactionDateTorequest-parameter-pattern-removed
- ○
removed
subschema #1subschema #2from thedata/items/currencyresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/expenseLines/items/accountresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/expenseLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/expenseLines/items/payeeresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/expenseLines/items/salesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/expenseLines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/itemGroupLines/items/itemLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/itemGroupLines/items/itemLines/items/customerresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/itemGroupLines/items/itemLines/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/itemGroupLines/items/itemLines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/itemGroupLines/items/itemLines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/itemGroupLines/items/itemLines/items/salesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/itemGroupLines/items/itemLines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/itemGroupLines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/itemLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/itemLines/items/customerresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/itemLines/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/itemLines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/itemLines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/itemLines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/itemLines/items/salesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/itemLines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/liabilityAccountresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/payablesAccountresponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
removed
subschema #1subschema #2from thedata/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-removed
- ○
response property
data/items/exchangeRatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/expenseLines/items/amountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/expenseLines/items/billingStatuslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/expenseLines/items/memolist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/externalIdlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemGroupLines/items/descriptionlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemGroupLines/items/itemGroup/fullNamelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemGroupLines/items/itemGroup/idlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemGroupLines/items/itemLines/items/amountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemGroupLines/items/itemLines/items/billingStatuslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemGroupLines/items/itemLines/items/costlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemGroupLines/items/itemLines/items/descriptionlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemGroupLines/items/itemLines/items/expirationDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemGroupLines/items/itemLines/items/lotNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemGroupLines/items/itemLines/items/quantitylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemGroupLines/items/itemLines/items/serialNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemGroupLines/items/itemLines/items/unitOfMeasurelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemGroupLines/items/quantitylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemGroupLines/items/unitOfMeasurelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemLines/items/amountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemLines/items/billingStatuslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemLines/items/costlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemLines/items/descriptionlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemLines/items/expirationDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemLines/items/lotNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemLines/items/quantitylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemLines/items/serialNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/itemLines/items/unitOfMeasurelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/linkedTransactions/items/amountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/linkedTransactions/items/linkTypelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/linkedTransactions/items/refNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/memolist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/refNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/totalAmountInHomeCurrencylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/vendor/fullNamelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
data/items/vendor/idlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
nextCursorlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
remainingCountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
the
data/items/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
data/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
- ○
added the required property
data/items/currency/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/currency/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/expenseLines/items/account/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/expenseLines/items/account/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/expenseLines/items/class/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/expenseLines/items/class/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/expenseLines/items/payee/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/expenseLines/items/payee/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/expenseLines/items/salesRepresentative/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/expenseLines/items/salesRepresentative/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/expenseLines/items/salesTaxCode/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/expenseLines/items/salesTaxCode/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemGroupLines/items/itemLines/items/class/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemGroupLines/items/itemLines/items/class/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemGroupLines/items/itemLines/items/customer/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemGroupLines/items/itemLines/items/customer/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemGroupLines/items/itemLines/items/inventorySite/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemGroupLines/items/itemLines/items/inventorySite/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemGroupLines/items/itemLines/items/inventorySiteLocation/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemGroupLines/items/itemLines/items/inventorySiteLocation/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemGroupLines/items/itemLines/items/item/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemGroupLines/items/itemLines/items/item/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSet/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSet/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemGroupLines/items/itemLines/items/salesRepresentative/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemGroupLines/items/itemLines/items/salesRepresentative/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemGroupLines/items/itemLines/items/salesTaxCode/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemGroupLines/items/itemLines/items/salesTaxCode/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemGroupLines/items/overrideUnitOfMeasureSet/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemGroupLines/items/overrideUnitOfMeasureSet/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemLines/items/class/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemLines/items/class/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemLines/items/customer/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemLines/items/customer/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemLines/items/inventorySite/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemLines/items/inventorySite/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemLines/items/inventorySiteLocation/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemLines/items/inventorySiteLocation/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemLines/items/item/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemLines/items/item/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemLines/items/overrideUnitOfMeasureSet/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemLines/items/overrideUnitOfMeasureSet/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemLines/items/salesRepresentative/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemLines/items/salesRepresentative/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemLines/items/salesTaxCode/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/itemLines/items/salesTaxCode/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/liabilityAccount/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/liabilityAccount/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/payablesAccount/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/payablesAccount/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/salesTaxCode/fullNameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/salesTaxCode/idto the response with the200statusresponse-required-property-added
- ▲
- ▲
added the pattern
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$to thequeryrequest parametertransactionDateFromrequest-parameter-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 thequeryrequest parametertransactionDateTorequest-parameter-pattern-added
- ▲
response property
data/items/exchangeRatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/expenseLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/expenseLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/expenseLines/items/memolist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/externalIdlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemGroup/fullNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemGroup/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemLines/items/costlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemLines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemLines/items/expirationDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemLines/items/lotNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemLines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemLines/items/serialNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/itemLines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemGroupLines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemLines/items/costlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemLines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemLines/items/expirationDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemLines/items/lotNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemLines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemLines/items/serialNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/itemLines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/linkedTransactions/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/linkedTransactions/items/linkTypelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/linkedTransactions/items/refNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/memolist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/refNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/totalAmountInHomeCurrencylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/vendor/fullNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
data/items/vendor/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
nextCursorlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
remainingCountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
data/items/currencyresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/expenseLines/items/accountresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/expenseLines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/expenseLines/items/payeeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/expenseLines/items/salesRepresentativeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/expenseLines/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/customerresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/inventorySiteresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/inventorySiteLocationresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/itemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/salesRepresentativeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/itemLines/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemGroupLines/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/classresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/customerresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/inventorySiteresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/inventorySiteLocationresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/itemresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/overrideUnitOfMeasureSetresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/salesRepresentativeresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/itemLines/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/liabilityAccountresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/payablesAccountresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
the
data/items/salesTaxCoderesponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
removed the required property
data/items/currency/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/currency/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/expenseLines/items/account/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/expenseLines/items/account/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/expenseLines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/expenseLines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/expenseLines/items/payee/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/expenseLines/items/payee/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/expenseLines/items/salesRepresentative/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/expenseLines/items/salesRepresentative/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/expenseLines/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/expenseLines/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/customer/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/customer/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/inventorySite/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/inventorySite/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/inventorySiteLocation/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/inventorySiteLocation/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/item/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/item/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/salesRepresentative/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/salesRepresentative/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/itemLines/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemGroupLines/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/class/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/class/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/customer/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/customer/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/inventorySite/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/inventorySite/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/inventorySiteLocation/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/inventorySiteLocation/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/item/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/item/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/overrideUnitOfMeasureSet/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/overrideUnitOfMeasureSet/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/salesRepresentative/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/salesRepresentative/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/itemLines/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/liabilityAccount/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/liabilityAccount/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/payablesAccount/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/payablesAccount/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/salesTaxCode/fullNamefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/salesTaxCode/idfrom the response with the200statusresponse-required-property-removed
- ○
added
subschema #1subschema #2to thedata/items/currencyresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/expenseLines/items/accountresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/expenseLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/expenseLines/items/payeeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/expenseLines/items/salesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/expenseLines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemGroupLines/items/itemLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemGroupLines/items/itemLines/items/customerresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemGroupLines/items/itemLines/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemGroupLines/items/itemLines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemGroupLines/items/itemLines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemGroupLines/items/itemLines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemGroupLines/items/itemLines/items/salesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemGroupLines/items/itemLines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemGroupLines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemLines/items/classresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemLines/items/customerresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemLines/items/inventorySiteresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemLines/items/inventorySiteLocationresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemLines/items/itemresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemLines/items/overrideUnitOfMeasureSetresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemLines/items/salesRepresentativeresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/itemLines/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/liabilityAccountresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/payablesAccountresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
added
subschema #1subschema #2to thedata/items/salesTaxCoderesponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed the
amountenum value from thedata/items/linkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
billableenum value from thedata/items/expenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
billableenum value from thedata/items/itemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
billableenum value from thedata/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
has_been_billedenum value from thedata/items/expenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
has_been_billedenum value from thedata/items/itemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
has_been_billedenum value from thedata/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_billableenum value from thedata/items/expenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_billableenum value from thedata/items/itemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
not_billableenum value from thedata/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
quantityenum value from thedata/items/linkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/expenseLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/itemGroupLines/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/itemLines/items/billingStatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
undefinedenum value from thedata/items/linkedTransactions/items/linkTyperesponse property for the response status200response-property-enum-value-removed
- ○
the
data/items/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
data/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
- ▲