POST v6/color/save
Create or Update an existing Color
Request Information
URI Parameters
None.
Body Parameters
ColorModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ColorId |
Color Id |
integer |
None. |
| ColorName |
Color Name |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"colorId": 1,
"colorName": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.