POST v1/auditGeneral/zone/save
Request Information
URI Parameters
None.
Body Parameters
AuditGeneralZoneModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AuditZoneID | integer |
None. |
|
| AuditID | integer |
None. |
|
| LocationZoneID | integer |
None. |
|
| OnHandQuantity | decimal number |
None. |
|
| AuditQuantity | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"auditZoneID": 1,
"auditID": 2,
"locationZoneID": 3,
"onHandQuantity": 4.0,
"auditQuantity": 5.0
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.