POST v6/operation/ship/save
Request Information
URI Parameters
None.
Body Parameters
ShipModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| ShipToLocationId | integer |
None. |
|
| BOL | string |
None. |
|
| RTI | string |
None. |
|
| SKUId | integer |
None. |
|
| Quantity | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"shipToLocationId": 1,
"bol": "sample string 2",
"rti": "sample string 3",
"skuId": 4,
"quantity": 5.0
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.