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": "4a570167-d735-466d-9f93-0ebcfd3c900e",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "b85f537c-4781-4923-a6fe-166d758a7abd",
"SSCCNumber": "sample string 5",
"ProductId": "80db8eba-dc0d-4c14-8212-94c5387476a9",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "c0ce2fc2-9f1a-4778-9bfb-a58776745de1",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T10:46:56.7959687+02:00",
"PangId": "7165edb9-f30a-4b2f-add0-4bf421a45775",
"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": "f0e436be-b1d7-4cd9-9d67-7a5be40290ee"
},
{
"LocationId": "4a570167-d735-466d-9f93-0ebcfd3c900e",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "b85f537c-4781-4923-a6fe-166d758a7abd",
"SSCCNumber": "sample string 5",
"ProductId": "80db8eba-dc0d-4c14-8212-94c5387476a9",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "c0ce2fc2-9f1a-4778-9bfb-a58776745de1",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T10:46:56.7959687+02:00",
"PangId": "7165edb9-f30a-4b2f-add0-4bf421a45775",
"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": "f0e436be-b1d7-4cd9-9d67-7a5be40290ee"
}
]