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": "67522ec0-fb9e-4435-b541-b5cf398e31c7",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "de37bd33-ac14-4e74-8609-c0e48f0462ff",
"SSCCNumber": "sample string 5",
"ProductId": "1e0ace20-4d55-440d-ab5d-b86f86621a02",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "4af11dce-5532-451a-a011-8caab4e4e19e",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T10:46:56.7803432+02:00",
"PangId": "25fc0087-937c-46b4-874a-c774a5d3a1cb",
"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": "52500986-2501-40fa-8fb0-0e868b236a43"
},
{
"LocationId": "67522ec0-fb9e-4435-b541-b5cf398e31c7",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "de37bd33-ac14-4e74-8609-c0e48f0462ff",
"SSCCNumber": "sample string 5",
"ProductId": "1e0ace20-4d55-440d-ab5d-b86f86621a02",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "4af11dce-5532-451a-a011-8caab4e4e19e",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T10:46:56.7803432+02:00",
"PangId": "25fc0087-937c-46b4-874a-c774a5d3a1cb",
"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": "52500986-2501-40fa-8fb0-0e868b236a43"
}
]