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": "923b0838-0216-47f3-b167-fc168940ec61",
"SSCC": "sample string 2",
"ProdNumber": "sample string 3",
"ProdName": "sample string 4",
"PangId": "1496878e-46ce-402f-98fe-397145192e7d",
"PangUnitNameInSale": "sample string 6",
"PangNetWeight": 7.0,
"NetWeight": 8.0,
"Quantity": 9.0,
"BatchId": "ce0af865-31c6-4c70-9fc4-d8e2f458a6a1",
"BatchNumber": "sample string 11",
"BestBefore": "2026-08-24T14:45:10.6135337+02:00",
"PangGTIN": "sample string 13",
"PatyDescription": "sample string 14",
"ProdVariableQuantity": true,
"ReceiveLineId": "63f23a4a-13fa-4f67-bf5f-499802041ac2"
},
{
"ItemId": "923b0838-0216-47f3-b167-fc168940ec61",
"SSCC": "sample string 2",
"ProdNumber": "sample string 3",
"ProdName": "sample string 4",
"PangId": "1496878e-46ce-402f-98fe-397145192e7d",
"PangUnitNameInSale": "sample string 6",
"PangNetWeight": 7.0,
"NetWeight": 8.0,
"Quantity": 9.0,
"BatchId": "ce0af865-31c6-4c70-9fc4-d8e2f458a6a1",
"BatchNumber": "sample string 11",
"BestBefore": "2026-08-24T14:45:10.6135337+02:00",
"PangGTIN": "sample string 13",
"PatyDescription": "sample string 14",
"ProdVariableQuantity": true,
"ReceiveLineId": "63f23a4a-13fa-4f67-bf5f-499802041ac2"
}
]