| currentPageToken | string The page token the client provided to get the current page of results |
required | Array of objects (InventoryHistoryLogEntry) |
| nextPageToken | string The page token the client can provide to get the next page of results |
{- "currentPageToken": "string",
- "nextPageToken": "string",
- "data": [
- {
- "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"
}
}
]
}