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": "1183bb1b-0a75-499d-983e-919b170572b3",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "84d59d36-ac27-406c-9044-8f7a09cb2648",
"SSCCNumber": "sample string 5",
"ProductId": "8ef85eaf-fab3-443b-8927-c497f9c69dc4",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "a304e3ee-8c24-4aa8-9cf0-89b4bcc5a694",
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:38:14.8454263+02:00",
"PangId": "e36c3a0e-7ddd-4423-87c2-e8bb88e79560",
"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": "65acf197-4583-40b9-b1e6-3eebcd7821f0"
},
{
"LocationId": "1183bb1b-0a75-499d-983e-919b170572b3",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "84d59d36-ac27-406c-9044-8f7a09cb2648",
"SSCCNumber": "sample string 5",
"ProductId": "8ef85eaf-fab3-443b-8927-c497f9c69dc4",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "a304e3ee-8c24-4aa8-9cf0-89b4bcc5a694",
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:38:14.8454263+02:00",
"PangId": "e36c3a0e-7ddd-4423-87c2-e8bb88e79560",
"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": "65acf197-4583-40b9-b1e6-3eebcd7821f0"
}
]