GET api/LocationContent/Location/{LocationId}
Get location content by location id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
List of LocationContent
Collection of LocationContent| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | globally unique identifier |
None. |
|
| LocationNumber | string |
None. |
|
| LocationDescription | string |
None. |
|
| ItemId | globally unique identifier |
None. |
|
| SSCCNumber | string |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| ProductNumber | string |
None. |
|
| ProductName | string |
None. |
|
| BatchId | globally unique identifier |
None. |
|
| BatchNumber | string |
None. |
|
| BestBefore | date |
None. |
|
| PangId | globally unique identifier |
None. |
|
| PangGTIN | string |
None. |
|
| PangQuantity | decimal number |
None. |
|
| PangUnitNameInSale | string |
None. |
|
| ProdVariableQuantity | boolean |
None. |
|
| PangNetWeight | decimal number |
None. |
|
| Quantity | decimal number |
None. |
|
| NetWeight | decimal number |
None. |
|
| QuantityBase | decimal number |
None. |
|
| ReceiveLineId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LocationId": "8c1300ab-fc60-41db-b092-500ac35818b9",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "ca030a9b-3521-4652-bc5c-abf6dba5ea26",
"SSCCNumber": "sample string 5",
"ProductId": "8c46b075-1dec-4f97-a468-9dfff3b6a9e7",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "b7fcf507-27ea-4381-a954-40fa8343e2b6",
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:38:12.1029424+02:00",
"PangId": "00f1e4a5-0364-4c65-86e5-971fd7dabeb8",
"PangGTIN": "sample string 13",
"PangQuantity": 14.0,
"PangUnitNameInSale": "sample string 15",
"ProdVariableQuantity": true,
"PangNetWeight": 17.0,
"Quantity": 18.0,
"NetWeight": 19.0,
"QuantityBase": 20.0,
"ReceiveLineId": "7918aeb9-c1d3-4e9e-879b-aaff25a95afc"
},
{
"LocationId": "8c1300ab-fc60-41db-b092-500ac35818b9",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "ca030a9b-3521-4652-bc5c-abf6dba5ea26",
"SSCCNumber": "sample string 5",
"ProductId": "8c46b075-1dec-4f97-a468-9dfff3b6a9e7",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "b7fcf507-27ea-4381-a954-40fa8343e2b6",
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:38:12.1029424+02:00",
"PangId": "00f1e4a5-0364-4c65-86e5-971fd7dabeb8",
"PangGTIN": "sample string 13",
"PangQuantity": 14.0,
"PangUnitNameInSale": "sample string 15",
"ProdVariableQuantity": true,
"PangNetWeight": 17.0,
"Quantity": 18.0,
"NetWeight": 19.0,
"QuantityBase": 20.0,
"ReceiveLineId": "7918aeb9-c1d3-4e9e-879b-aaff25a95afc"
}
]