GET v6/operation/audit/{auditId}/sku/{skuId}/zone/list
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| auditId | integer |
Required |
|
| skuId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AuditZoneListBySKUModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationZoneId | integer |
None. |
|
| ZoneName | string |
None. |
|
| OnHandQuantity | decimal number |
None. |
|
| AuditQuantity | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"locationZoneId": 1,
"zoneName": "sample string 2",
"onHandQuantity": 3.0,
"auditQuantity": 4.0
},
{
"locationZoneId": 1,
"zoneName": "sample string 2",
"onHandQuantity": 3.0,
"auditQuantity": 4.0
}
]