This object contains one entry for each existing transaction in the workflow associated with the selected transaction.
Returns a collection with a key, ID, and link for each inventory document history object.
OK
Bad Request
{- "ia::result": [
- {
- "key": "339",
- "id": "339",
- "href": "/objects/inventory-control/document-history/339"
}, - {
- "key": "359",
- "id": "359",
- "href": "/objects/inventory-control/document-history/359"
}, - {
- "key": "1343",
- "id": "1343",
- "href": "/objects/inventory-control/document-history/1343"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1,
- "pageSize": 100
}
}
Returns detailed information for a specified inventory document history object.
key required | string System-assigned unique key for the inventory document history. Example: 99 |
OK
Bad Request
{- "ia::result": {
- "id": "740",
- "key": "740",
- "convertedTo": {
- "id": "SYS-Warehouse Transfer In-WHXFER-000002-doc-In"
}, - "convertedFrom": {
- "id": "SYS-Warehouse Transfer Out-WHXFER-000002-doc-Out",
- "key": "892",
- "href": "/objects/inventory-control/document::Beginning%20Balance/892"
}, - "inventoryDocument": {
- "key": "892",
- "href": "/objects/inventory-control/document::Beginning%20Balance/892"
}, - "href": "/objects/inventory-control/document-history/740"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}