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": "3d8ad09f-024e-4853-b281-ffa0dd90194c",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "50bdb1a9-51c8-4ad2-bb96-0213d09fe89c",
"SSCCNumber": "sample string 5",
"ProductId": "9c21b1cc-fa9d-4783-ad14-4f78776ed4ee",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "a220fd59-f2d7-4e38-846c-bdab6a3db997",
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:45:15.5503419+02:00",
"PangId": "35797796-c759-4214-a757-6e2880b23740",
"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": "5efd73df-4b7c-411c-92d8-0801a9970159"
},
{
"LocationId": "3d8ad09f-024e-4853-b281-ffa0dd90194c",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "50bdb1a9-51c8-4ad2-bb96-0213d09fe89c",
"SSCCNumber": "sample string 5",
"ProductId": "9c21b1cc-fa9d-4783-ad14-4f78776ed4ee",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "a220fd59-f2d7-4e38-846c-bdab6a3db997",
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:45:15.5503419+02:00",
"PangId": "35797796-c759-4214-a757-6e2880b23740",
"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": "5efd73df-4b7c-411c-92d8-0801a9970159"
}
]