POST v6/operation/audit/save
Request Information
URI Parameters
None.
Body Parameters
AuditInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AuditId | integer |
None. |
|
| LocationZoneId | integer |
None. |
|
| SKUId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"auditId": 1,
"locationZoneId": 2,
"skuId": 3
}
Response Information
Resource Description
AuditOutputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AuditId | integer |
None. |
|
| AuditNumber | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"auditId": 1,
"auditNumber": "sample string 2"
}