POST v6/operation/consume/save
Request Information
URI Parameters
None.
Body Parameters
ConsumeModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| RTI | string |
None. |
|
| SKUId | integer |
None. |
|
| Quantity | decimal number |
None. |
|
| LocationZoneId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"rti": "sample string 1",
"skuId": 2,
"quantity": 3.0,
"locationZoneId": 4
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.