Update a vendor credit
Updates a vendor credit before you apply it to bills, letting you adjust the amounts, memo, or line allocations that make up the credit.
NOTE: If you include expenseLines, itemLines, or itemGroupLines, QuickBooks Desktop replaces each included line list with the array you send, so include unchanged lines you want to keep and use id: "-1" for new lines.
Path parameters
The QuickBooks-assigned unique identifier of the vendor credit to update.
The QuickBooks-assigned unique identifier of the vendor credit to update.
Headers
The ID of the End-User to receive this request.
The ID of the End-User to receive this request.
Request body
Example request
{
"revisionNumber": "1721172183",
"vendorId": "80000001-1234567890",
"payablesAccountId": "80000001-1234567890",
"transactionDate": "2024-10-01",
"refNumber": "VCREDIT-1234",
"memo": "Credit for returned merchandise - Invoice INV-1234",
"salesTaxCodeId": "80000001-1234567890",
"exchangeRate": 1.2345,
"expenseLines": [
{
"id": "456DEF-1234567890",
"accountId": "80000001-1234567890",
"amount": "1000.00",
"memo": "New office chair",
"payeeId": "80000001-1234567890",
"classId": "80000001-1234567890",
"salesTaxCodeId": "80000001-1234567890",
"billingStatus": "billable",
"salesRepresentativeId": "80000001-1234567890"
}
],
"itemLines": [
{
"id": "456DEF-1234567890",
"itemId": "80000001-1234567890",
"inventorySiteId": "80000001-1234567890",
"inventorySiteLocationId": "80000001-1234567890",
"serialNumber": "SN1234567890",
"lotNumber": "LOT2023-001",
"expirationDate": "2025-12-31",
"description": "High-quality widget with custom engraving",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSetId": "80000001-1234567890",
"cost": "1000.00",
"amount": "1000.00",
"customerId": "80000001-1234567890",
"classId": "80000001-1234567890",
"salesTaxCodeId": "80000001-1234567890",
"billingStatus": "billable",
"overrideItemAccountId": "80000001-1234567890",
"salesRepresentativeId": "80000001-1234567890"
}
],
"itemGroupLines": [
{
"id": "456DEF-1234567890",
"itemGroupId": "80000001-1234567890",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSetId": "80000001-1234567890",
"itemLines": [
{
"id": "456DEF-1234567890",
"itemId": "80000001-1234567890",
"inventorySiteId": "80000001-1234567890",
"inventorySiteLocationId": "80000001-1234567890",
"serialNumber": "SN1234567890",
"lotNumber": "LOT2023-001",
"expirationDate": "2025-12-31",
"description": "High-quality widget with custom engraving",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSetId": "80000001-1234567890",
"cost": "1000.00",
"amount": "1000.00",
"customerId": "80000001-1234567890",
"classId": "80000001-1234567890",
"salesTaxCodeId": "80000001-1234567890",
"billingStatus": "billable",
"overrideItemAccountId": "80000001-1234567890",
"salesRepresentativeId": "80000001-1234567890"
}
]
}
]
}Response
Returns the updated vendor credit.
Example response
{
"id": "123ABC-1234567890",
"objectType": "qbd_vendor_credit",
"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"
},
"transactionDate": "2024-10-01",
"creditAmount": "25.00",
"currency": {
"id": "80000001-1234567890",
"fullName": "USD"
},
"exchangeRate": 1.2345,
"creditAmountInHomeCurrency": "20.00",
"refNumber": "VCREDIT-1234",
"memo": "Credit for returned merchandise - Invoice INV-1234",
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"externalId": "12345678-abcd-1234-abcd-1234567890ab",
"linkedTransactions": [
{
"id": "123ABC-1234567890",
"objectType": "qbd_linked_transaction",
"transactionType": "invoice",
"transactionDate": "2024-10-01",
"refNumber": "LINK-1234",
"linkType": "amount",
"amount": "1000.00"
}
],
"expenseLines": [
{
"id": "456DEF-1234567890",
"objectType": "qbd_expense_line",
"account": {
"id": "80000001-1234567890",
"fullName": "Expenses:Office Supplies"
},
"amount": "1000.00",
"memo": "New office chair",
"payee": {
"id": "80000001-1234567890",
"fullName": "Acme Corporation"
},
"class": {
"id": "80000001-1234567890",
"fullName": "Office Supplies"
},
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"billingStatus": "billable",
"salesRepresentative": {
"id": "80000001-1234567890",
"fullName": "Jane Doe"
},
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
],
"itemLines": [
{
"id": "456DEF-1234567890",
"objectType": "qbd_item_line",
"item": {
"id": "80000001-1234567890",
"fullName": "Widget A"
},
"inventorySite": {
"id": "80000001-1234567890",
"fullName": "Main Warehouse"
},
"inventorySiteLocation": {
"id": "80000001-1234567890",
"fullName": "Aisle 3, Shelf B"
},
"serialNumber": "SN1234567890",
"lotNumber": "LOT2023-001",
"expirationDate": "2025-12-31",
"description": "High-quality widget with custom engraving",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSet": {
"id": "80000001-1234567890",
"fullName": "Volume Units"
},
"cost": "1000.00",
"amount": "1000.00",
"customer": {
"id": "80000001-1234567890",
"fullName": "Acme Corporation"
},
"class": {
"id": "80000001-1234567890",
"fullName": "Installation:Residential"
},
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"billingStatus": "billable",
"salesRepresentative": {
"id": "80000001-1234567890",
"fullName": "Jane Doe"
},
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
],
"itemGroupLines": [
{
"id": "456DEF-1234567890",
"objectType": "qbd_item_group_line",
"itemGroup": {
"id": "80000001-1234567890",
"fullName": "Office Supplies Bundle"
},
"description": "Standard widget bulk package",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSet": {
"id": "80000001-1234567890",
"fullName": "Volume Units"
},
"totalAmount": "1000.00",
"itemLines": [
{
"id": "456DEF-1234567890",
"objectType": "qbd_item_line",
"item": {
"id": "80000001-1234567890",
"fullName": "Widget A"
},
"inventorySite": {
"id": "80000001-1234567890",
"fullName": "Main Warehouse"
},
"inventorySiteLocation": {
"id": "80000001-1234567890",
"fullName": "Aisle 3, Shelf B"
},
"serialNumber": "SN1234567890",
"lotNumber": "LOT2023-001",
"expirationDate": "2025-12-31",
"description": "High-quality widget with custom engraving",
"quantity": 5,
"unitOfMeasure": "Each",
"overrideUnitOfMeasureSet": {
"id": "80000001-1234567890",
"fullName": "Volume Units"
},
"cost": "1000.00",
"amount": "1000.00",
"customer": {
"id": "80000001-1234567890",
"fullName": "Acme Corporation"
},
"class": {
"id": "80000001-1234567890",
"fullName": "Installation:Residential"
},
"salesTaxCode": {
"id": "80000001-1234567890",
"fullName": "Non"
},
"billingStatus": "billable",
"salesRepresentative": {
"id": "80000001-1234567890",
"fullName": "Jane Doe"
},
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
],
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}
],
"openAmount": "500.00",
"customFields": [
{
"ownerId": "0",
"name": "Customer Rating",
"type": "string_1024_type",
"value": "Premium"
}
]
}Changes
Changed in 7 of the 46 revisions of this API.31849202
- ▲
response property
expenseLines/items/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
- ●
for the
pathrequest parameterid, the maxLength was set to36request-parameter-max-length-set
- ●
the
//request property's maxLength was set to36request-property-max-length-set
- ●
the
//request property's maxLength was set to36request-property-max-length-set
- ●
the
//request property's maxLength was set to36request-property-max-length-set
- ●
the
//request property's maxLength was set to36request-property-max-length-set
- ●
the
//request property's maxLength was set to36request-property-max-length-set
- ●
the
//request property's maxLength was set to36request-property-max-length-set
- ●
the
//request property's maxLength was set to36request-property-max-length-set
- ●
the
//request property's maxLength was set to36request-property-max-length-set
- ●
the
////request property's maxLength was set to36request-property-max-length-set
- ●
the
////request property's maxLength was set to36request-property-max-length-set
- ●
the
////request property's maxLength was set to36request-property-max-length-set
- ●
the
////request property's maxLength was set to36request-property-max-length-set
- ●
the
////request property's maxLength was set to36request-property-max-length-set
- ●
the
////request property's maxLength was set to36request-property-max-length-set
- ●
the
////request property's maxLength was set to36request-property-max-length-set
- ●
the
////request property's maxLength was set to36request-property-max-length-set
- ●
the
////request property's maxLength was set to36request-property-max-length-set
- ●
the
////request property's maxLength was set to36request-property-max-length-set
- ●
the
//request property's maxLength was set to36request-property-max-length-set
- ●
the
//request property's maxLength was set to36request-property-max-length-set
- ●
the
//request property's maxLength was set to36request-property-max-length-set
- ●
the
//request property's maxLength was set to36request-property-max-length-set
- ●
the
//request property's maxLength was set to36request-property-max-length-set
- ●
the
//request property's maxLength was set to36request-property-max-length-set
- ●
the
//request property's maxLength was set to36request-property-max-length-set
- ●
the
//request property's maxLength was set to36request-property-max-length-set
- ●
the
//request property's maxLength was set to36request-property-max-length-set
- ●
the
//request property's maxLength was set to36request-property-max-length-set
- ●
the
//request property's maxLength was set to36request-property-max-length-set
- ●
the
request property's maxLength was set to36request-property-max-length-set
- ●
the
request property's maxLength was set to36request-property-max-length-set
- ●
the
request property's maxLength was set to36request-property-max-length-set
- ●
- ●
the
request property's maxLength was set to20request-property-max-length-set
- ●
- ▲
response property
creditAmountInHomeCurrencylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
exchangeRatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
expenseLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
expenseLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
expenseLines/items/memolist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
externalIdlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemGroup/fullNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemGroup/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/costlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/expirationDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/lotNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/serialNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/costlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/expirationDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/lotNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/serialNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
linkedTransactions/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
linkedTransactions/items/linkTypelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
linkedTransactions/items/refNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
memolist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
openAmountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
refNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
////response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
////response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
////response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
////response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
////response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
////response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
////response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
////response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
removed the required property
/from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/from the response with the statusresponse-required-property-removed
- ○
added
subschema #1subschema #2to theresponse propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to theresponse propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to theresponse propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to theresponse propertyanyOflist for the response statusresponse-property-any-of-added
- ○
removed the
amountenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
billableenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
billableenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
billableenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
has_been_billedenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
has_been_billedenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
has_been_billedenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
not_billableenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
not_billableenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
not_billableenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
quantityenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
undefinedenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
undefinedenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
undefinedenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
undefinedenum value from the//response property for the response statusresponse-property-enum-value-removed
- ▲
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///became nullable for the statusresponse-property-became-nullable
- ▲
the response property
///became nullable for the statusresponse-property-became-nullable
- ▲
the response property
////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
////became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
//became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the
response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
//response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
//response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
//response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
//response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
//response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
////response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
////response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
////response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
////response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
////response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
////response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
////response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
////response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
//response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
//response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
//response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
//response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
//response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
//response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
//response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
//response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
//response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ▲
the
response's property type changed from no type toobjectnullfor statusresponse-property-type-changed
- ●
added the new
amountenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
billableenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
billableenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
billableenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
has_been_billedenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
has_been_billedenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
has_been_billedenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
not_billableenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
not_billableenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
not_billableenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
quantityenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
undefinedenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
undefinedenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
undefinedenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
undefinedenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
removed the pattern
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$from the request property////request-property-pattern-removed
- ○
removed the pattern
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$from the request property//request-property-pattern-removed
- ○
removed the pattern
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$from the request propertyrequest-property-pattern-removed
- ○
removed
subschema #1subschema #2from theresponse propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the//response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the//response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the//response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the//response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the//response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the////response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the////response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the////response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the////response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the////response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the////response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the////response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the////response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the//response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the//response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the//response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the//response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the//response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the//response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the//response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the//response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from the//response propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from theresponse propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from theresponse propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
removed
subschema #1subschema #2from theresponse propertyanyOflist for the response statusresponse-property-any-of-removed
- ○
response property
creditAmountInHomeCurrencylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
exchangeRatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
expenseLines/items/amountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
expenseLines/items/billingStatuslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
expenseLines/items/memolist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
externalIdlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/descriptionlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemGroup/fullNamelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemGroup/idlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemLines/items/amountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemLines/items/billingStatuslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemLines/items/costlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemLines/items/descriptionlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemLines/items/expirationDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemLines/items/lotNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemLines/items/quantitylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemLines/items/serialNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/itemLines/items/unitOfMeasurelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/quantitylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemGroupLines/items/unitOfMeasurelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemLines/items/amountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemLines/items/billingStatuslist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemLines/items/costlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemLines/items/descriptionlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemLines/items/expirationDatelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemLines/items/lotNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemLines/items/quantitylist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemLines/items/serialNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
itemLines/items/unitOfMeasurelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
linkedTransactions/items/amountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
linkedTransactions/items/linkTypelist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
linkedTransactions/items/refNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
memolist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
openAmountlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
response property
refNumberlist-of-types was narrowed by removing typesnullfrom media typeapplication/jsonof response200response-property-list-of-types-narrowed
- ○
the
//response'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 statusresponse-property-pattern-removed
- ○
the
response'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 statusresponse-property-pattern-removed
- ○
added the required property
/to the response with the statusresponse-required-property-added
- ○
added the required property
/to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
/////to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
///to the response with the statusresponse-required-property-added
- ○
added the required property
/to the response with the statusresponse-required-property-added
- ○
added the required property
/to the response with the statusresponse-required-property-added
- ○
added the required property
/to the response with the statusresponse-required-property-added
- ○
added the required property
/to the response with the statusresponse-required-property-added
- ○
added the required property
/to the response with the statusresponse-required-property-added
- ○
added the required property
/to the response with the statusresponse-required-property-added
- ▲
- ▲
added the pattern
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$to the request property////request-property-pattern-added
- ▲
added the pattern
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$to the request property//request-property-pattern-added
- ▲
added the pattern
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$to the request propertyrequest-property-pattern-added
- ▲
response property
creditAmountInHomeCurrencylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
exchangeRatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
expenseLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
expenseLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
expenseLines/items/memolist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
externalIdlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemGroup/fullNamelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemGroup/idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/costlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/expirationDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/lotNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/serialNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/itemLines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemGroupLines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/billingStatuslist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/costlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/descriptionlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/expirationDatelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/lotNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/quantitylist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/serialNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
itemLines/items/unitOfMeasurelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
linkedTransactions/items/amountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
linkedTransactions/items/linkTypelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
linkedTransactions/items/refNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
memolist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
openAmountlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
refNumberlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
////response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
////response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
////response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
////response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
////response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
////response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
////response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
////response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
//response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
the
response's property type changed fromobjectnullto no type for statusresponse-property-type-changed
- ▲
removed the required property
/from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
///from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/from the response with the statusresponse-required-property-removed
- ▲
removed the required property
/from the response with the statusresponse-required-property-removed
- ○
added
subschema #1subschema #2to theresponse propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the////response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to the//response propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to theresponse propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to theresponse propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #1subschema #2to theresponse propertyanyOflist for the response statusresponse-property-any-of-added
- ○
removed the
amountenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
billableenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
billableenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
billableenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
has_been_billedenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
has_been_billedenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
has_been_billedenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
not_billableenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
not_billableenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
not_billableenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
quantityenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
undefinedenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
undefinedenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
undefinedenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
undefinedenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
the
//response'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 statusresponse-property-pattern-added
- ○
the
response'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 statusresponse-property-pattern-added
- ▲
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲