GET api/LocationBalance/Location/{LocationId}
Get location balance with item by location
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
list of location balance
Collection of LocationBalance| Name | Description | Type | Additional information |
|---|---|---|---|
| PatyId | globally unique identifier |
None. |
|
| PatyDescription | string |
None. |
|
| PangId | globally unique identifier |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| TotalQuantity | decimal number |
None. |
|
| QuantityBase | decimal number |
None. |
|
| PangQuantityBase | decimal number |
None. |
|
| CostPrice | decimal number |
None. |
|
| LocationTypeDescription | string |
None. |
|
| LocationNumber | string |
None. |
|
| LocationName | string |
None. |
|
| ProdNumber | string |
None. |
|
| ProdName | string |
None. |
|
| SSCCNumber | string |
None. |
|
| ExpireDate | date |
None. |
|
| BatchNumber | string |
None. |
|
| ItemId | globally unique identifier |
None. |
|
| ItemPicked | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PatyId": "688de5ac-de6d-4ce2-8c51-48acc8884728",
"PatyDescription": "sample string 2",
"PangId": "bc487546-d60e-44da-b7dc-50b637b3ddce",
"LocationId": "2ac498ff-3c68-497a-b992-50d9e62345b8",
"TotalQuantity": 5.0,
"QuantityBase": 6.0,
"PangQuantityBase": 7.0,
"CostPrice": 8.0,
"LocationTypeDescription": "sample string 9",
"LocationNumber": "sample string 10",
"LocationName": "sample string 11",
"ProdNumber": "sample string 12",
"ProdName": "sample string 13",
"SSCCNumber": "sample string 14",
"ExpireDate": "2026-06-25T16:55:59.976997+02:00",
"BatchNumber": "sample string 16",
"ItemId": "e6e4cf00-1b85-462f-9fa5-2e77a36c0c00",
"ItemPicked": true
},
{
"PatyId": "688de5ac-de6d-4ce2-8c51-48acc8884728",
"PatyDescription": "sample string 2",
"PangId": "bc487546-d60e-44da-b7dc-50b637b3ddce",
"LocationId": "2ac498ff-3c68-497a-b992-50d9e62345b8",
"TotalQuantity": 5.0,
"QuantityBase": 6.0,
"PangQuantityBase": 7.0,
"CostPrice": 8.0,
"LocationTypeDescription": "sample string 9",
"LocationNumber": "sample string 10",
"LocationName": "sample string 11",
"ProdNumber": "sample string 12",
"ProdName": "sample string 13",
"SSCCNumber": "sample string 14",
"ExpireDate": "2026-06-25T16:55:59.976997+02:00",
"BatchNumber": "sample string 16",
"ItemId": "e6e4cf00-1b85-462f-9fa5-2e77a36c0c00",
"ItemPicked": true
}
]