GET v6/operation/audit/{auditId}/locationZone/{locationZoneId}/sku/list
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| auditId | integer |
Required |
|
| locationZoneId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AuditSKUListByZoneModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUId | integer |
None. |
|
| PartNumber | string |
None. |
|
| PartDescription | string |
None. |
|
| NumberPerPallet | integer |
None. |
|
| OnHandQuantity | decimal number |
None. |
|
| FullPalletCount | integer |
None. |
|
| PartialPalletQuantity | decimal number |
None. |
|
| AuditQuantity | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"skuId": 1,
"partNumber": "sample string 2",
"partDescription": "sample string 3",
"numberPerPallet": 4,
"onHandQuantity": 5.0,
"fullPalletCount": 6,
"partialPalletQuantity": 7.0,
"auditQuantity": 8.0
},
{
"skuId": 1,
"partNumber": "sample string 2",
"partDescription": "sample string 3",
"numberPerPallet": 4,
"onHandQuantity": 5.0,
"fullPalletCount": 6,
"partialPalletQuantity": 7.0,
"auditQuantity": 8.0
}
]