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": "fb9ba81c-f586-4542-b2c8-0ab0c35e559a",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "7ee93a8e-27a7-4c2e-ad80-5eecae2411a8",
"SSCCNumber": "sample string 5",
"ProductId": "f62bd4f3-5c64-4b6c-a6f7-ee03fb062f5f",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "5c6b24de-050e-435e-a9e6-b88a46a408f1",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T17:05:39.4296057+02:00",
"PangId": "15a88ef3-25e2-485d-81df-db84e32078d4",
"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": "d17d1ff4-f9ae-49fc-a940-4586f59c49a5"
},
{
"LocationId": "fb9ba81c-f586-4542-b2c8-0ab0c35e559a",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "7ee93a8e-27a7-4c2e-ad80-5eecae2411a8",
"SSCCNumber": "sample string 5",
"ProductId": "f62bd4f3-5c64-4b6c-a6f7-ee03fb062f5f",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "5c6b24de-050e-435e-a9e6-b88a46a408f1",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T17:05:39.4296057+02:00",
"PangId": "15a88ef3-25e2-485d-81df-db84e32078d4",
"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": "d17d1ff4-f9ae-49fc-a940-4586f59c49a5"
}
]