Inventory document line details

This object contains warehouse inventory details for all or part of a document line, including serial number, aisle, bin, and row per item.

List inventory document line details

get/objects/inventory-control/document-line-detail

Returns a collection with a key, ID, and link for each inventory document line detail object.

SecurityOAuth2
Responses
200

OK

400

Bad Request

Request samples
Response samples
application/json
{
  • "value": {
    • "ia::result": [
      • {
        },
      • {
        },
      • {
        }
      ],
    • "ia::meta": {
      • "totalCount": 3,
      • "start": 1
      }
    }
}

Get an inventory document line detail object

get/objects/inventory-control/document-line-detail/{key}

Returns detailed information for a specified inventory document line detail object.

SecurityOAuth2
Request
path Parameters
key
required
string

System-assigned unique key for the inventory document line detail object.

Example: 99
Responses
200

OK

400

Bad Request

Request samples
Response samples
application/json
{
  • "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
    }
}