POST api/admin/ColorApi/UpdateSecondaryColor
Request Information
URI Parameters
None.
Body Parameters
UpdatePrimaryColorTypeName | Description | Type | Additional information |
---|---|---|---|
ColorId | integer |
None. |
|
ColorValue | string |
None. |
|
ColorType | string |
None. |
|
PrimaryHexText | string |
None. |
|
SecondaryHexText | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ColorId": 1, "ColorValue": "sample string 2", "ColorType": "sample string 3", "PrimaryHexText": "sample string 4", "SecondaryHexText": "sample string 5" }
application/xml, text/xml
Sample:
<UpdatePrimaryColorType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels.PostModel.ProductColorType"> <ColorId>1</ColorId> <ColorType>sample string 3</ColorType> <ColorValue>sample string 2</ColorValue> <PrimaryHexText>sample string 4</PrimaryHexText> <SecondaryHexText>sample string 5</SecondaryHexText> </UpdatePrimaryColorType>
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.