GET api/LocationContent/Location/{LocationId}
Get location content by location id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | 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": "af38593d-ad8f-405b-820a-654d9be1cd44",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "9c554c2b-3655-4821-b446-8b3d1bb85fd5",
"SSCCNumber": "sample string 5",
"ProductId": "254e86ad-d1c8-49b2-847a-c2e6149f3270",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "ae2b5fac-ef15-494c-987a-ca900a3d4392",
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:37:09.8670883+02:00",
"PangId": "e10d2e3c-ea2e-420f-b8f3-8a04f795b4d3",
"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": "f73a6619-add7-48a7-a9e3-ffb27cba098d"
},
{
"LocationId": "af38593d-ad8f-405b-820a-654d9be1cd44",
"LocationNumber": "sample string 2",
"LocationDescription": "sample string 3",
"ItemId": "9c554c2b-3655-4821-b446-8b3d1bb85fd5",
"SSCCNumber": "sample string 5",
"ProductId": "254e86ad-d1c8-49b2-847a-c2e6149f3270",
"ProductNumber": "sample string 7",
"ProductName": "sample string 8",
"BatchId": "ae2b5fac-ef15-494c-987a-ca900a3d4392",
"BatchNumber": "sample string 10",
"BestBefore": "2026-08-24T14:37:09.8670883+02:00",
"PangId": "e10d2e3c-ea2e-420f-b8f3-8a04f795b4d3",
"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": "f73a6619-add7-48a7-a9e3-ffb27cba098d"
}
]