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": "11146daa-e8e4-4480-ae55-eb929d298ee2",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "829a2183-2682-45a6-b4ed-1df93487b4c6",
"SSCCNumber": "sample string 5",
"ProductId": "9fe46635-e467-462a-8a45-8c2a642e006f",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "101a6119-08c5-43ae-a2fa-dc7b90136a25",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T11:36:32.7253513+02:00",
"PangId": "d4283a35-11b3-4c11-b202-866bdd7b2272",
"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": "da8895aa-9f29-4bfa-b06c-af0ea2f0476c"
},
{
"LocationId": "11146daa-e8e4-4480-ae55-eb929d298ee2",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "829a2183-2682-45a6-b4ed-1df93487b4c6",
"SSCCNumber": "sample string 5",
"ProductId": "9fe46635-e467-462a-8a45-8c2a642e006f",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "101a6119-08c5-43ae-a2fa-dc7b90136a25",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T11:36:32.7253513+02:00",
"PangId": "d4283a35-11b3-4c11-b202-866bdd7b2272",
"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": "da8895aa-9f29-4bfa-b06c-af0ea2f0476c"
}
]