POST v1/auditGeneral/sku/save
Request Information
URI Parameters
None.
Body Parameters
AuditGeneralSKUModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AuditSKUID | integer |
None. |
|
| AuditID | integer |
None. |
|
| SKUID | integer |
None. |
|
| OnHandQuantity | decimal number |
None. |
|
| FullPalletCount | integer |
None. |
|
| PartialPalletQuantity | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"auditSKUID": 1,
"auditID": 2,
"skuid": 3,
"onHandQuantity": 4.0,
"fullPalletCount": 5,
"partialPalletQuantity": 6.0
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.