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": "c5738cb0-dd72-4877-a292-4fec194b763c",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "5cf1f95e-1257-4583-9588-ec9258c069b0",
"SSCCNumber": "sample string 5",
"ProductId": "5403bda4-bd53-4fa9-a8cd-65eef5ed1802",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "2a159cf5-8dda-4f48-9407-a29b92240f8c",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T16:14:46.1954342+02:00",
"PangId": "af5230f9-c5ad-46c2-8070-eff50a839569",
"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": "a9a8eb98-b3ef-4327-be0c-073c93bb7e40"
},
{
"LocationId": "c5738cb0-dd72-4877-a292-4fec194b763c",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "5cf1f95e-1257-4583-9588-ec9258c069b0",
"SSCCNumber": "sample string 5",
"ProductId": "5403bda4-bd53-4fa9-a8cd-65eef5ed1802",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "2a159cf5-8dda-4f48-9407-a29b92240f8c",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T16:14:46.1954342+02:00",
"PangId": "af5230f9-c5ad-46c2-8070-eff50a839569",
"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": "a9a8eb98-b3ef-4327-be0c-073c93bb7e40"
}
]