POST v6/operation/changeSKU/save
Request Information
URI Parameters
None.
Body Parameters
ChangeSKUModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| OriginalSKUID | integer |
None. |
|
| NewSKUID | integer |
None. |
|
| RTIs | Collection of string |
None. |
|
| Quantity | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"originalSKUID": 1,
"newSKUID": 2,
"rtIs": [
"sample string 1",
"sample string 2"
],
"quantity": 3.0
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.