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": "0cc4914a-f8bd-4678-a926-6cc8a7165548",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "6c95f68a-cc85-4b17-a2b8-686a169ccae0",
"SSCCNumber": "sample string 5",
"ProductId": "ef87c0d5-bba3-4ec9-a7ec-2ae6bd0072c4",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "5a3aa883-8dba-4f7f-ab90-404270e58701",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T16:16:45.7089889+02:00",
"PangId": "d382339c-9178-46f4-93e9-327c04f6ca00",
"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": "425bd49e-2ec7-4d5f-9004-df04f9aad33b"
},
{
"LocationId": "0cc4914a-f8bd-4678-a926-6cc8a7165548",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "6c95f68a-cc85-4b17-a2b8-686a169ccae0",
"SSCCNumber": "sample string 5",
"ProductId": "ef87c0d5-bba3-4ec9-a7ec-2ae6bd0072c4",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "5a3aa883-8dba-4f7f-ab90-404270e58701",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T16:16:45.7089889+02:00",
"PangId": "d382339c-9178-46f4-93e9-327c04f6ca00",
"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": "425bd49e-2ec7-4d5f-9004-df04f9aad33b"
}
]