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": "3e46438b-85b9-4987-9e2a-fe2b0bc5888f",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "5957ebe9-859f-4ef4-b753-811d0efd7c22",
"SSCCNumber": "sample string 5",
"ProductId": "683c00d9-0633-4ed1-87ba-a6557f82c8a8",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "50c241f5-dafe-47bd-9f95-f4cca9d60c62",
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:37:07.1997757+02:00",
"PangId": "4934e748-28cb-4b56-aff5-3b6a00f74717",
"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": "fb31f49a-7e67-4fa1-84cf-39f03d349668"
},
{
"LocationId": "3e46438b-85b9-4987-9e2a-fe2b0bc5888f",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "5957ebe9-859f-4ef4-b753-811d0efd7c22",
"SSCCNumber": "sample string 5",
"ProductId": "683c00d9-0633-4ed1-87ba-a6557f82c8a8",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "50c241f5-dafe-47bd-9f95-f4cca9d60c62",
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:37:07.1997757+02:00",
"PangId": "4934e748-28cb-4b56-aff5-3b6a00f74717",
"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": "fb31f49a-7e67-4fa1-84cf-39f03d349668"
}
]