GET api/ItemContent/Picked/{ItemId}/{IsDelivered}

Get item content for picked item

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ItemId

globally unique identifier

Required

IsDelivered

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ItemContent
NameDescriptionTypeAdditional information
ItemId

globally unique identifier

None.

SSCC

string

None.

ProdNumber

string

None.

ProdName

string

None.

PangId

globally unique identifier

None.

PangUnitNameInSale

string

None.

PangNetWeight

decimal number

None.

NetWeight

decimal number

None.

Quantity

decimal number

None.

BatchId

globally unique identifier

None.

BatchNumber

string

None.

BestBefore

date

None.

PangGTIN

string

None.

PatyDescription

string

None.

ProdVariableQuantity

boolean

None.

ReceiveLineId

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ItemId": "ae0314eb-546a-4464-af2d-cbc0ac37b1ea",
    "SSCC": "sample string 2",
    "ProdNumber": "sample string 3",
    "ProdName": "sample string 4",
    "PangId": "ad3216c1-1858-47dc-827c-bfa4a200b643",
    "PangUnitNameInSale": "sample string 6",
    "PangNetWeight": 7.0,
    "NetWeight": 8.0,
    "Quantity": 9.0,
    "BatchId": "bc4b404c-9d3e-4b19-80f8-19cef85f45f1",
    "BatchNumber": "sample string 11",
    "BestBefore": "2026-06-25T17:03:43.105274+02:00",
    "PangGTIN": "sample string 13",
    "PatyDescription": "sample string 14",
    "ProdVariableQuantity": true,
    "ReceiveLineId": "05baa00c-4e9f-457d-97dc-34cf9581d7b5"
  },
  {
    "ItemId": "ae0314eb-546a-4464-af2d-cbc0ac37b1ea",
    "SSCC": "sample string 2",
    "ProdNumber": "sample string 3",
    "ProdName": "sample string 4",
    "PangId": "ad3216c1-1858-47dc-827c-bfa4a200b643",
    "PangUnitNameInSale": "sample string 6",
    "PangNetWeight": 7.0,
    "NetWeight": 8.0,
    "Quantity": 9.0,
    "BatchId": "bc4b404c-9d3e-4b19-80f8-19cef85f45f1",
    "BatchNumber": "sample string 11",
    "BestBefore": "2026-06-25T17:03:43.105274+02:00",
    "PangGTIN": "sample string 13",
    "PatyDescription": "sample string 14",
    "ProdVariableQuantity": true,
    "ReceiveLineId": "05baa00c-4e9f-457d-97dc-34cf9581d7b5"
  }
]