POST v1/sku/{skuID}/rule/save
Add or update information about a SKU
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| skuID | integer |
Required |
Body Parameters
SKURuleModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SKURuleID | integer |
None. |
|
| SKURule | string |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"skuRuleID": 1,
"skuRule": "sample string 2",
"description": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.