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": "020dcfe2-b4e2-4510-a27e-c1edb26463ad",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "d5a4a60b-da20-4cf5-bb93-192382be4257",
"SSCCNumber": "sample string 5",
"ProductId": "c1a81b8d-5575-4d09-8ad1-4a7b6479d146",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "749d9064-cb40-4249-88bf-e0f86587cc82",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T16:14:40.1429452+02:00",
"PangId": "54e53976-23f9-4b9c-9394-20a4f4936539",
"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": "69897991-79c5-4370-aa5d-fb99ce8d9fa1"
},
{
"LocationId": "020dcfe2-b4e2-4510-a27e-c1edb26463ad",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "d5a4a60b-da20-4cf5-bb93-192382be4257",
"SSCCNumber": "sample string 5",
"ProductId": "c1a81b8d-5575-4d09-8ad1-4a7b6479d146",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "749d9064-cb40-4249-88bf-e0f86587cc82",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T16:14:40.1429452+02:00",
"PangId": "54e53976-23f9-4b9c-9394-20a4f4936539",
"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": "69897991-79c5-4370-aa5d-fb99ce8d9fa1"
}
]