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": "0eb3c56c-de1b-4188-a956-939bb9d5afad",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "bb8e2b3c-92a3-46c7-b299-5f6972d82efb",
"SSCCNumber": "sample string 5",
"ProductId": "523467e8-f30a-4101-ba43-434ffb71cc91",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "4ecc0381-7cb9-4819-b940-b006d30589b8",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T16:35:02.5340243+02:00",
"PangId": "fe8e195d-91b9-4400-ae67-fe44ae051228",
"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": "f3970361-3703-49af-9d28-8685719367cc"
},
{
"LocationId": "0eb3c56c-de1b-4188-a956-939bb9d5afad",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "bb8e2b3c-92a3-46c7-b299-5f6972d82efb",
"SSCCNumber": "sample string 5",
"ProductId": "523467e8-f30a-4101-ba43-434ffb71cc91",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "4ecc0381-7cb9-4819-b940-b006d30589b8",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T16:35:02.5340243+02:00",
"PangId": "fe8e195d-91b9-4400-ae67-fe44ae051228",
"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": "f3970361-3703-49af-9d28-8685719367cc"
}
]