GET api/ItemContent/Picked/{ItemId}/{IsDelivered}
Get item content for picked item
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemId | globally unique identifier |
Required |
|
| IsDelivered | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ItemContent| Name | Description | Type | Additional 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": "0a1b93d6-8c3a-4807-aa2a-47c8f5a45354",
"SSCC": "sample string 2",
"ProdNumber": "sample string 3",
"ProdName": "sample string 4",
"PangId": "e1e088e9-885b-4c25-9622-e2acaffd0292",
"PangUnitNameInSale": "sample string 6",
"PangNetWeight": 7.0,
"NetWeight": 8.0,
"Quantity": 9.0,
"BatchId": "f1b567fb-9b1b-4d93-aa86-72d3498b666a",
"BatchNumber": "sample string 11",
"BestBefore": "2026-08-24T14:42:52.3674665+02:00",
"PangGTIN": "sample string 13",
"PatyDescription": "sample string 14",
"ProdVariableQuantity": true,
"ReceiveLineId": "b2308cb0-e6fa-4573-b84e-2b8e09990ede"
},
{
"ItemId": "0a1b93d6-8c3a-4807-aa2a-47c8f5a45354",
"SSCC": "sample string 2",
"ProdNumber": "sample string 3",
"ProdName": "sample string 4",
"PangId": "e1e088e9-885b-4c25-9622-e2acaffd0292",
"PangUnitNameInSale": "sample string 6",
"PangNetWeight": 7.0,
"NetWeight": 8.0,
"Quantity": 9.0,
"BatchId": "f1b567fb-9b1b-4d93-aa86-72d3498b666a",
"BatchNumber": "sample string 11",
"BestBefore": "2026-08-24T14:42:52.3674665+02:00",
"PangGTIN": "sample string 13",
"PatyDescription": "sample string 14",
"ProdVariableQuantity": true,
"ReceiveLineId": "b2308cb0-e6fa-4573-b84e-2b8e09990ede"
}
]