POST v6/operation/audit/rti/save
Request Information
URI Parameters
None.
Body Parameters
AuditRTISaveModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AuditId | integer |
None. |
|
| MasterLabelId | integer |
None. |
|
| RTI | string |
None. |
|
| OnHandQuantity | decimal number |
None. |
|
| AuditQuantity | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"auditId": 1,
"masterLabelId": 2,
"rti": "sample string 3",
"onHandQuantity": 4.0,
"auditQuantity": 5.0
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.