POST api/SeasonColorShade/SeasonColorShadeMaster
Request Information
URI Parameters
None.
Body Parameters
SeasonColorShadeName | Description | Type | Additional information |
---|---|---|---|
USER_ID | integer |
None. |
|
FIXED_VALUE_IDS | string |
None. |
|
ACTION | string |
None. |
|
SEASON_ID | integer |
None. |
|
SHADE_NO | string |
None. |
|
SHOW_SAVED_ONLY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "USER_ID": 1, "FIXED_VALUE_IDS": "sample string 2", "ACTION": "sample string 3", "SEASON_ID": 4, "SHADE_NO": "sample string 5", "SHOW_SAVED_ONLY": 6 }
application/xml, text/xml
Sample:
<SeasonColorShade xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BKSource2Api.Models"> <ACTION>sample string 3</ACTION> <FIXED_VALUE_IDS>sample string 2</FIXED_VALUE_IDS> <SEASON_ID>4</SEASON_ID> <SHADE_NO>sample string 5</SHADE_NO> <SHOW_SAVED_ONLY>6</SHOW_SAVED_ONLY> <USER_ID>1</USER_ID> </SeasonColorShade>
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.