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