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": "b9898187-55be-4747-877d-4f2d8457baee",
"SSCC": "sample string 2",
"ProdNumber": "sample string 3",
"ProdName": "sample string 4",
"PangId": "c6aa2fd6-bb85-4500-a7d1-105d54c7748a",
"PangUnitNameInSale": "sample string 6",
"PangNetWeight": 7.0,
"NetWeight": 8.0,
"Quantity": 9.0,
"BatchId": "93c0f1ab-fa6f-4f46-8722-fd77ea1859cb",
"BatchNumber": "sample string 11",
"BestBefore": "2026-06-25T16:43:19.2028295+02:00",
"PangGTIN": "sample string 13",
"PatyDescription": "sample string 14",
"ProdVariableQuantity": true,
"ReceiveLineId": "e41e3c64-59be-4ee7-81f6-9025fca77e10"
},
{
"ItemId": "b9898187-55be-4747-877d-4f2d8457baee",
"SSCC": "sample string 2",
"ProdNumber": "sample string 3",
"ProdName": "sample string 4",
"PangId": "c6aa2fd6-bb85-4500-a7d1-105d54c7748a",
"PangUnitNameInSale": "sample string 6",
"PangNetWeight": 7.0,
"NetWeight": 8.0,
"Quantity": 9.0,
"BatchId": "93c0f1ab-fa6f-4f46-8722-fd77ea1859cb",
"BatchNumber": "sample string 11",
"BestBefore": "2026-06-25T16:43:19.2028295+02:00",
"PangGTIN": "sample string 13",
"PatyDescription": "sample string 14",
"ProdVariableQuantity": true,
"ReceiveLineId": "e41e3c64-59be-4ee7-81f6-9025fca77e10"
}
]