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": "cf699fb5-0c11-4eac-8325-addc74fc5985",
"PatyDescription": "sample string 2",
"PangId": "c5ea96b2-ecb2-430e-96d8-2bb2e4e61953",
"LocationId": "c623bf05-791e-4718-bff1-a84b9f7a6d3d",
"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:34:31.7910344+02:00",
"BatchNumber": "sample string 16",
"ItemId": "04201f42-29e1-4e72-bb47-df042931b81b",
"ItemPicked": true
},
{
"PatyId": "cf699fb5-0c11-4eac-8325-addc74fc5985",
"PatyDescription": "sample string 2",
"PangId": "c5ea96b2-ecb2-430e-96d8-2bb2e4e61953",
"LocationId": "c623bf05-791e-4718-bff1-a84b9f7a6d3d",
"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:34:31.7910344+02:00",
"BatchNumber": "sample string 16",
"ItemId": "04201f42-29e1-4e72-bb47-df042931b81b",
"ItemPicked": true
}
]