POST v6/sku/color/save

Request Information

URI Parameters

None.

Body Parameters

SKUColor
NameDescriptionTypeAdditional information
SKUId

integer

None.

ColorId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "skuId": 1,
  "colorId": 2
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.