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": "8b70fbbf-99d8-4c13-9ff0-dde7a570e973",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "fe9f5560-422e-493e-9276-4169bb59a0a5",
"SSCCNumber": "sample string 5",
"ProductId": "4634cf8f-ffe2-4ded-bde1-7ad8b9eb2d49",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "a518a976-e7a5-47b1-8498-ab98163b35d1",
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:45:36.3023407+02:00",
"PangId": "c547db58-9345-43d4-9fe6-a684223dc300",
"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": "a624441f-cc26-450d-a1be-ac1d0cacc78a"
},
{
"LocationId": "8b70fbbf-99d8-4c13-9ff0-dde7a570e973",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "fe9f5560-422e-493e-9276-4169bb59a0a5",
"SSCCNumber": "sample string 5",
"ProductId": "4634cf8f-ffe2-4ded-bde1-7ad8b9eb2d49",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "a518a976-e7a5-47b1-8498-ab98163b35d1",
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:45:36.3023407+02:00",
"PangId": "c547db58-9345-43d4-9fe6-a684223dc300",
"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": "a624441f-cc26-450d-a1be-ac1d0cacc78a"
}
]