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": "ffd1b289-e25f-47b1-8993-6906ded1d691",
"SSCC": "sample string 2",
"ProdNumber": "sample string 3",
"ProdName": "sample string 4",
"PangId": "2d30523c-0432-4129-8ae6-650ac6b1dfda",
"PangUnitNameInSale": "sample string 6",
"PangNetWeight": 7.0,
"NetWeight": 8.0,
"Quantity": 9.0,
"BatchId": "a7c1bfb3-a5bf-4abf-b3f4-3683cec1e08a",
"BatchNumber": "sample string 11",
"BestBefore": "2026-06-25T16:21:32.6213318+02:00",
"PangGTIN": "sample string 13",
"PatyDescription": "sample string 14",
"ProdVariableQuantity": true,
"ReceiveLineId": "4f39fc78-1822-43da-a360-ff22f2372921"
},
{
"ItemId": "ffd1b289-e25f-47b1-8993-6906ded1d691",
"SSCC": "sample string 2",
"ProdNumber": "sample string 3",
"ProdName": "sample string 4",
"PangId": "2d30523c-0432-4129-8ae6-650ac6b1dfda",
"PangUnitNameInSale": "sample string 6",
"PangNetWeight": 7.0,
"NetWeight": 8.0,
"Quantity": 9.0,
"BatchId": "a7c1bfb3-a5bf-4abf-b3f4-3683cec1e08a",
"BatchNumber": "sample string 11",
"BestBefore": "2026-06-25T16:21:32.6213318+02:00",
"PangGTIN": "sample string 13",
"PatyDescription": "sample string 14",
"ProdVariableQuantity": true,
"ReceiveLineId": "4f39fc78-1822-43da-a360-ff22f2372921"
}
]