POST api/admin/DecorationMethodApi/UpdateProductColorDecorationMethodNew
Request Information
URI Parameters
None.
Body Parameters
ProductColorDecorationMethodModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
Range: inclusive between 1 and 2147483647 |
|
| ProductColorID | integer |
Range: inclusive between 1 and 2147483647 |
|
| DecorationMethodID | integer |
Range: inclusive between 1 and 2147483647 |
|
| ProductDecorationMethodId | integer |
None. |
|
| IsEnabled | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"ProductColorID": 2,
"DecorationMethodID": 3,
"ProductDecorationMethodId": 4,
"IsEnabled": true
}
application/xml, text/xml
Sample:
<ProductColorDecorationMethodModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels.PostModel"> <DecorationMethodID>3</DecorationMethodID> <IsEnabled>true</IsEnabled> <ProductColorID>2</ProductColorID> <ProductDecorationMethodId>4</ProductDecorationMethodId> <ProductID>1</ProductID> </ProductColorDecorationMethodModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.