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": "ec93f16a-0560-4d03-8502-f96273ccdb5d",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "34b96051-32eb-47a8-a823-67b5a5c2f9c2",
"SSCCNumber": "sample string 5",
"ProductId": "e8adaea9-b8fb-479d-91f1-9f945e044c83",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "73cb9dc8-95f1-4ddd-8e4d-fb7c03a224a2",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T16:56:37.3101247+02:00",
"PangId": "4749ab85-c42f-4ee5-9639-363d82b2d09b",
"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": "158976a6-25dc-4b99-b426-1805d6bd97e4"
},
{
"LocationId": "ec93f16a-0560-4d03-8502-f96273ccdb5d",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "34b96051-32eb-47a8-a823-67b5a5c2f9c2",
"SSCCNumber": "sample string 5",
"ProductId": "e8adaea9-b8fb-479d-91f1-9f945e044c83",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "73cb9dc8-95f1-4ddd-8e4d-fb7c03a224a2",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T16:56:37.3101247+02:00",
"PangId": "4749ab85-c42f-4ee5-9639-363d82b2d09b",
"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": "158976a6-25dc-4b99-b426-1805d6bd97e4"
}
]