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": "ba9cbf29-0053-41d6-9167-e06568eb8542",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "8ef4ac88-3473-4c12-a9e9-60cb5777ee52",
"SSCCNumber": "sample string 5",
"ProductId": "dbc1c530-0efa-4409-aa1e-8c6a8e4d56d1",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "b995c661-e6d7-4e5d-b941-6661381a7196",
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:39:33.7920582+02:00",
"PangId": "bee169a0-42ef-499b-a37c-5da3082f427f",
"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": "e9558a34-728b-4098-ba51-7ef9fea94b1f"
},
{
"LocationId": "ba9cbf29-0053-41d6-9167-e06568eb8542",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "8ef4ac88-3473-4c12-a9e9-60cb5777ee52",
"SSCCNumber": "sample string 5",
"ProductId": "dbc1c530-0efa-4409-aa1e-8c6a8e4d56d1",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "b995c661-e6d7-4e5d-b941-6661381a7196",
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:39:33.7920582+02:00",
"PangId": "bee169a0-42ef-499b-a37c-5da3082f427f",
"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": "e9558a34-728b-4098-ba51-7ef9fea94b1f"
}
]