GET api/ItemContent/Location/{locationId}
Get item content by location
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationId | 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": "b87290de-10cf-4ca1-8021-80cc98d49860",
"SSCC": "sample string 2",
"ProdNumber": "sample string 3",
"ProdName": "sample string 4",
"PangId": "726a5ea7-884d-4578-a202-736db943ae74",
"PangUnitNameInSale": "sample string 6",
"PangNetWeight": 7.0,
"NetWeight": 8.0,
"Quantity": 9.0,
"BatchId": "f48262f3-4fa0-4db7-b723-e0508a9d8b63",
"BatchNumber": "sample string 11",
"BestBefore": "2026-06-25T16:58:28.8916017+02:00",
"PangGTIN": "sample string 13",
"PatyDescription": "sample string 14",
"ProdVariableQuantity": true,
"ReceiveLineId": "5abe0ade-c36d-4173-ad9a-a8820b878d4f"
},
{
"ItemId": "b87290de-10cf-4ca1-8021-80cc98d49860",
"SSCC": "sample string 2",
"ProdNumber": "sample string 3",
"ProdName": "sample string 4",
"PangId": "726a5ea7-884d-4578-a202-736db943ae74",
"PangUnitNameInSale": "sample string 6",
"PangNetWeight": 7.0,
"NetWeight": 8.0,
"Quantity": 9.0,
"BatchId": "f48262f3-4fa0-4db7-b723-e0508a9d8b63",
"BatchNumber": "sample string 11",
"BestBefore": "2026-06-25T16:58:28.8916017+02:00",
"PangGTIN": "sample string 13",
"PatyDescription": "sample string 14",
"ProdVariableQuantity": true,
"ReceiveLineId": "5abe0ade-c36d-4173-ad9a-a8820b878d4f"
}
]