| adjustmentType required | string (InventoryHistoryAdjustmentType) The type of the adjustment. |
object (InventoryHistoryCost) | |
| createdDate required | string <date-time> The date and time the inventory history log entry was created. |
| inventoryHistoryLogId required | string <uuid> The unique identifier of the inventory history adjustment. |
| itemVersionId required | string <uuid> The Toast ID of the adjusted item. |
| modifiedDate required | string <date-time> The date and time the inventory history log entry was last modified. |
| notes required | string or null Notes that accompany the adjustment. |
| purchaseOrderId | string or null <uuid> The unique identifier of the purchase order, for receiving adjustments. |
required | object (InventoryHistoryQuantity) |
object (Supplier) | |
required | object (UserDetails) |
{- "inventoryHistoryLogId": "7112e744-74fe-4f0f-8400-b24b9e9abf40",
- "itemVersionId": "7cc9611b-d6ff-446b-b471-09a1f7e86228",
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "notes": "string",
- "adjustmentType": "AUTO_LINK_TRANSFER_IN",
- "supplier": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "accountNumber": "string",
- "address": {
- "regionCode": "string",
- "addressLines": [
- "string"
], - "revision": 0,
- "languageCode": "string",
- "postalCode": "string",
- "sortingCode": "string",
- "administrativeArea": "string",
- "locality": "string",
- "sublocality": "string"
}, - "contactName": "string",
- "phoneDetails": {
- "countryCode": "string",
- "countryIsoCode": "string",
- "nationalNumber": "string"
}, - "email": "string"
}, - "purchaseOrderId": "84a099d9-2935-4997-a6ac-0d3ee9bbef72",
- "quantityInfo": {
- "quantityOnHand": 0,
- "quantityVariance": 0
}, - "costInfo": {
- "capturedCost": 0,
- "landedCost": 0,
- "receivingUnitCost": 0
}, - "userDetails": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "firstName": "string",
- "lastName": "string"
}
}