GET api/ItemContent/{ItemId}
Get item content by item
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemId | 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": "d579de4b-ee79-4771-9794-9576613695ef",
"SSCC": "sample string 2",
"ProdNumber": "sample string 3",
"ProdName": "sample string 4",
"PangId": "e8a1b4af-9bec-4438-84c0-a491fc4ff431",
"PangUnitNameInSale": "sample string 6",
"PangNetWeight": 7.0,
"NetWeight": 8.0,
"Quantity": 9.0,
"BatchId": "10ee0f6e-3458-4a9e-8b17-a26eaa46b577",
"BatchNumber": "sample string 11",
"BestBefore": "2026-06-25T16:16:45.5996131+02:00",
"PangGTIN": "sample string 13",
"PatyDescription": "sample string 14",
"ProdVariableQuantity": true,
"ReceiveLineId": "0a93e5f8-3a3d-4677-a5c3-0d4101f4b68a"
},
{
"ItemId": "d579de4b-ee79-4771-9794-9576613695ef",
"SSCC": "sample string 2",
"ProdNumber": "sample string 3",
"ProdName": "sample string 4",
"PangId": "e8a1b4af-9bec-4438-84c0-a491fc4ff431",
"PangUnitNameInSale": "sample string 6",
"PangNetWeight": 7.0,
"NetWeight": 8.0,
"Quantity": 9.0,
"BatchId": "10ee0f6e-3458-4a9e-8b17-a26eaa46b577",
"BatchNumber": "sample string 11",
"BestBefore": "2026-06-25T16:16:45.5996131+02:00",
"PangGTIN": "sample string 13",
"PatyDescription": "sample string 14",
"ProdVariableQuantity": true,
"ReceiveLineId": "0a93e5f8-3a3d-4677-a5c3-0d4101f4b68a"
}
]