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": "26407d48-8a75-4aab-b97a-99c90c5b3e0e",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "1fa032ea-fc1d-4043-a93c-493e26f8cf3c",
"SSCCNumber": "sample string 5",
"ProductId": "bfacdbd4-60c2-4420-b541-69fb106f7cdd",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "73f009bc-da3b-4e72-a6c6-4e8d66f46763",
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:21:53.8037931+02:00",
"PangId": "41d05527-e4c6-4b62-8ccc-81573325c88b",
"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": "aa6707da-fe0f-41cd-9fd9-b2430b1c095f"
},
{
"LocationId": "26407d48-8a75-4aab-b97a-99c90c5b3e0e",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "1fa032ea-fc1d-4043-a93c-493e26f8cf3c",
"SSCCNumber": "sample string 5",
"ProductId": "bfacdbd4-60c2-4420-b541-69fb106f7cdd",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "73f009bc-da3b-4e72-a6c6-4e8d66f46763",
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:21:53.8037931+02:00",
"PangId": "41d05527-e4c6-4b62-8ccc-81573325c88b",
"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": "aa6707da-fe0f-41cd-9fd9-b2430b1c095f"
}
]