GET api/ItemContent/{ItemId}/{PangId}
Get item content by item and packaging
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemId | globally unique identifier |
Required |
|
| PangId | globally unique identifier |
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": "d71fa115-c032-4aa1-aa51-30957f363ccb",
"SSCC": "sample string 2",
"ProdNumber": "sample string 3",
"ProdName": "sample string 4",
"PangId": "4874c274-7eeb-45ad-b654-d08c2e4d0b2b",
"PangUnitNameInSale": "sample string 6",
"PangNetWeight": 7.0,
"NetWeight": 8.0,
"Quantity": 9.0,
"BatchId": "78792c54-d6ed-41d6-a2f3-9b7b2e487b2d",
"BatchNumber": "sample string 11",
"BestBefore": "2026-06-25T16:20:50.8007406+02:00",
"PangGTIN": "sample string 13",
"PatyDescription": "sample string 14",
"ProdVariableQuantity": true,
"ReceiveLineId": "a97c67a6-60ab-4282-a6bb-057235f37b86"
},
{
"ItemId": "d71fa115-c032-4aa1-aa51-30957f363ccb",
"SSCC": "sample string 2",
"ProdNumber": "sample string 3",
"ProdName": "sample string 4",
"PangId": "4874c274-7eeb-45ad-b654-d08c2e4d0b2b",
"PangUnitNameInSale": "sample string 6",
"PangNetWeight": 7.0,
"NetWeight": 8.0,
"Quantity": 9.0,
"BatchId": "78792c54-d6ed-41d6-a2f3-9b7b2e487b2d",
"BatchNumber": "sample string 11",
"BestBefore": "2026-06-25T16:20:50.8007406+02:00",
"PangGTIN": "sample string 13",
"PatyDescription": "sample string 14",
"ProdVariableQuantity": true,
"ReceiveLineId": "a97c67a6-60ab-4282-a6bb-057235f37b86"
}
]