POST v6/sku/color/save
Request Information
URI Parameters
None.
Body Parameters
SKUColor| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUId | integer |
None. |
|
| ColorId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"skuId": 1,
"colorId": 2
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.