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": "c263dfce-787a-4500-b979-06e7103eefe4",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "767d7859-0cee-4cb0-9754-57ba919ee0a7",
"SSCCNumber": "sample string 5",
"ProductId": "3e256306-2221-4496-961e-381c9643f594",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "5c88d5a1-9fe1-4579-83f8-7d846007c5fa",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T16:23:24.1011261+02:00",
"PangId": "add9fd83-9bc3-4514-9b8e-805acdca45b1",
"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": "8198a8f3-2d5a-4377-9efe-f9d3f135279b"
},
{
"LocationId": "c263dfce-787a-4500-b979-06e7103eefe4",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "767d7859-0cee-4cb0-9754-57ba919ee0a7",
"SSCCNumber": "sample string 5",
"ProductId": "3e256306-2221-4496-961e-381c9643f594",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "5c88d5a1-9fe1-4579-83f8-7d846007c5fa",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T16:23:24.1011261+02:00",
"PangId": "add9fd83-9bc3-4514-9b8e-805acdca45b1",
"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": "8198a8f3-2d5a-4377-9efe-f9d3f135279b"
}
]