GET api/LocationBalance/Packaging/{PangId}
Get location balance list by pang id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PangId | 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": "dea55bbc-d18f-43aa-971b-03ef1c8ae8a6",
"PatyDescription": "sample string 2",
"PangId": "4b5d6eba-fd88-4611-a270-414eaea04fe1",
"LocationId": "1481d0b0-d2b3-4388-91ba-7c89045d2793",
"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-25T10:46:58.0459861+02:00",
"BatchNumber": "sample string 16",
"ItemId": "bb525b44-455a-4e84-ab94-1de13e78c824",
"ItemPicked": true
},
{
"PatyId": "dea55bbc-d18f-43aa-971b-03ef1c8ae8a6",
"PatyDescription": "sample string 2",
"PangId": "4b5d6eba-fd88-4611-a270-414eaea04fe1",
"LocationId": "1481d0b0-d2b3-4388-91ba-7c89045d2793",
"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-25T10:46:58.0459861+02:00",
"BatchNumber": "sample string 16",
"ItemId": "bb525b44-455a-4e84-ab94-1de13e78c824",
"ItemPicked": true
}
]