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": "407ad9ef-00a5-4e0b-98be-86131e53fa8a",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "458be822-5b03-4c14-9740-ddc076a3c72b",
"SSCCNumber": "sample string 5",
"ProductId": "0813fca2-ddc5-4c1a-952d-22698b0d3a25",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "01f6c27b-0976-41de-bac7-92312f431fb3",
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:45:24.0214882+02:00",
"PangId": "04c27480-a0bc-4f7e-836b-15408fda6153",
"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": "59d4b386-6db2-4993-9d1d-c0d11c2517d6"
},
{
"LocationId": "407ad9ef-00a5-4e0b-98be-86131e53fa8a",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "458be822-5b03-4c14-9740-ddc076a3c72b",
"SSCCNumber": "sample string 5",
"ProductId": "0813fca2-ddc5-4c1a-952d-22698b0d3a25",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "01f6c27b-0976-41de-bac7-92312f431fb3",
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:45:24.0214882+02:00",
"PangId": "04c27480-a0bc-4f7e-836b-15408fda6153",
"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": "59d4b386-6db2-4993-9d1d-c0d11c2517d6"
}
]