This object contains warehouse inventory details for all or part of a document line, including serial number, aisle, bin, and row per item.
Returns a collection with a key, ID, and link for each inventory document line detail object.
OK
Bad Request
{- "value": {
- "ia::result": [
- {
- "key": "3",
- "id": "3",
- "href": "/objects/inventory-control/document-line-detail/3"
}, - {
- "key": "4",
- "id": "4",
- "href": "/objects/inventory-control/document-line-detail/4"
}, - {
- "key": "196",
- "id": "196",
- "href": "/objects/inventory-control/document-line-detail/196"
}
], - "ia::meta": {
- "totalCount": 3,
- "start": 1
}
}
}
Returns detailed information for a specified inventory document line detail object.
key required | string System-assigned unique key for the inventory document line detail object. Example: 99 |
OK
Bad Request
{- "ia::result": {
- "id": "3676",
- "key": "3676",
- "inventoryDocumentLine": {
- "id": "3327",
- "key": "3327",
- "href": "/objects/inventory-control-document-line::Beginning%20Balance/3327"
}, - "item": {
- "id": "KN95 Masks"
}, - "quantity": "9",
- "serialNumber": "",
- "lotNumber": "Lot#ESC15883522-001",
- "aisle": {
- "key": "",
- "id": ""
}, - "row": {
- "key": "",
- "id": ""
}, - "bin": {
- "key": "",
- "id": ""
}, - "expirationDate": "2023-12-31",
- "audit": {
- "createdDateTime": "2023-03-22T01:20:22Z",
- "modifiedDateTime": "2023-03-22T01:20:22Z",
- "createdBy": "37",
- "modifiedBy": "37"
}, - "href": "/objects/inventory-control/document-line-detail/3676"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}