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": "b26d5e24-6eae-46be-9d53-51a807dacdd7",
"SSCC": "sample string 2",
"ProdNumber": "sample string 3",
"ProdName": "sample string 4",
"PangId": "7e4bcfcd-7b3d-446b-b7e0-b9ced689e3b5",
"PangUnitNameInSale": "sample string 6",
"PangNetWeight": 7.0,
"NetWeight": 8.0,
"Quantity": 9.0,
"BatchId": "d894ffee-85ca-4382-8c3c-5ce87935a0b7",
"BatchNumber": "sample string 11",
"BestBefore": "2026-06-25T10:46:58.0616081+02:00",
"PangGTIN": "sample string 13",
"PatyDescription": "sample string 14",
"ProdVariableQuantity": true,
"ReceiveLineId": "c74adf6f-feaf-4b65-bcff-c3afea0a57d7"
},
{
"ItemId": "b26d5e24-6eae-46be-9d53-51a807dacdd7",
"SSCC": "sample string 2",
"ProdNumber": "sample string 3",
"ProdName": "sample string 4",
"PangId": "7e4bcfcd-7b3d-446b-b7e0-b9ced689e3b5",
"PangUnitNameInSale": "sample string 6",
"PangNetWeight": 7.0,
"NetWeight": 8.0,
"Quantity": 9.0,
"BatchId": "d894ffee-85ca-4382-8c3c-5ce87935a0b7",
"BatchNumber": "sample string 11",
"BestBefore": "2026-06-25T10:46:58.0616081+02:00",
"PangGTIN": "sample string 13",
"PatyDescription": "sample string 14",
"ProdVariableQuantity": true,
"ReceiveLineId": "c74adf6f-feaf-4b65-bcff-c3afea0a57d7"
}
]