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": "355031f9-dd2c-4368-a18a-3a67494cbd5d",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "cd232f93-8c3b-49f7-9768-84565b18c9cc",
"SSCCNumber": "sample string 5",
"ProductId": "c7ea823f-b0a8-4832-8564-465f69f5e200",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "bb7eafd1-b3d0-46ec-8ee0-0f68120e4fb7",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T11:35:25.4210684+02:00",
"PangId": "06296df2-583b-43a7-97a1-10e418d0d9cf",
"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": "f9e917f9-ff66-4c2f-835e-b75e372c8217"
},
{
"LocationId": "355031f9-dd2c-4368-a18a-3a67494cbd5d",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "cd232f93-8c3b-49f7-9768-84565b18c9cc",
"SSCCNumber": "sample string 5",
"ProductId": "c7ea823f-b0a8-4832-8564-465f69f5e200",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "bb7eafd1-b3d0-46ec-8ee0-0f68120e4fb7",
"BatchNumber": "sample string 10",
"BestBefore": "2026-06-25T11:35:25.4210684+02:00",
"PangId": "06296df2-583b-43a7-97a1-10e418d0d9cf",
"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": "f9e917f9-ff66-4c2f-835e-b75e372c8217"
}
]