POST v6/sku/mask/save
Request Information
URI Parameters
None.
Body Parameters
SKUMaskModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUMaskId | integer |
None. |
|
| SKUId | integer |
None. |
|
| Mask | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"skuMaskId": 1,
"skuId": 2,
"mask": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.