GET api/LocationContent/Location/{LocationId}/Pang/{PangId}
Get location content by location id and packaging id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | globally unique identifier |
Required |
|
| PangId | 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": "1e3c27e4-baa6-426e-9969-f26d2205f18f",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "0f5ce507-390e-4388-8824-18b3fe433f1c",
"SSCCNumber": "sample string 5",
"ProductId": "574dc4f9-a12c-453a-80d5-dbd1e678ee97",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "26851e70-3786-45bc-893e-e9d42fd4ea9e",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T16:23:27.0003757+02:00",
"PangId": "980c33f6-cf09-46a9-83e7-619cb16a9b58",
"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": "f664ab6a-24ed-4947-81da-7202772093b1"
},
{
"LocationId": "1e3c27e4-baa6-426e-9969-f26d2205f18f",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "0f5ce507-390e-4388-8824-18b3fe433f1c",
"SSCCNumber": "sample string 5",
"ProductId": "574dc4f9-a12c-453a-80d5-dbd1e678ee97",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "26851e70-3786-45bc-893e-e9d42fd4ea9e",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T16:23:27.0003757+02:00",
"PangId": "980c33f6-cf09-46a9-83e7-619cb16a9b58",
"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": "f664ab6a-24ed-4947-81da-7202772093b1"
}
]