POST v6/operation/audit/sku/save

Request Information

URI Parameters

None.

Body Parameters

AuditSKUSaveModel
NameDescriptionTypeAdditional information
AuditId

integer

None.

MasterLabelId

integer

None.

OnHandQuantity

decimal number

None.

AuditQuantity

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "auditId": 1,
  "masterLabelId": 2,
  "onHandQuantity": 3.0,
  "auditQuantity": 4.0
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.