POST v6/operation/audit/zone/save
Request Information
URI Parameters
None.
Body Parameters
AuditZoneSaveModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AuditId | integer |
None. |
|
| SKUId | integer |
None. |
|
| OnHandQuantity | decimal number |
None. |
|
| FullPalletCount | integer |
None. |
|
| PartialPalletQuantity | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"auditId": 1,
"skuId": 2,
"onHandQuantity": 3.0,
"fullPalletCount": 4,
"partialPalletQuantity": 5.0
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.