POST api/RYG/RYGMaster
Request Information
URI Parameters
None.
Body Parameters
RYGMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_ID | integer |
None. |
|
| ACTION | string |
None. |
|
| TEMPLATE | integer |
None. |
|
| ACTIVITY | integer |
None. |
|
| GREEN_DAYS_FROM | string |
None. |
|
| GREEN_DAYS_TO | string |
None. |
|
| YELLOW_DAYS_FROM | string |
None. |
|
| YELLOW_DAYS_TO | string |
None. |
|
| RED_DAYS_FROM | string |
None. |
|
| RED_DAYS_TO | string |
None. |
|
| ID | string |
None. |
|
| errMsg | string |
None. |
|
| response | boolean |
None. |
|
| ds | DataSet |
None. |
Request Formats
application/json, text/json
Sample:
{
"USER_ID": 1,
"ACTION": "sample string 2",
"TEMPLATE": 3,
"ACTIVITY": 4,
"GREEN_DAYS_FROM": "sample string 5",
"GREEN_DAYS_TO": "sample string 6",
"YELLOW_DAYS_FROM": "sample string 7",
"YELLOW_DAYS_TO": "sample string 8",
"RED_DAYS_FROM": "sample string 9",
"RED_DAYS_TO": "sample string 10",
"ID": "sample string 11",
"errMsg": "sample string 12",
"response": true,
"ds": null
}
application/xml, text/xml
Sample:
<RYGMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BKSource2Api.Models"> <ACTION>sample string 2</ACTION> <ACTIVITY>4</ACTIVITY> <GREEN_DAYS_FROM>sample string 5</GREEN_DAYS_FROM> <GREEN_DAYS_TO>sample string 6</GREEN_DAYS_TO> <ID>sample string 11</ID> <RED_DAYS_FROM>sample string 9</RED_DAYS_FROM> <RED_DAYS_TO>sample string 10</RED_DAYS_TO> <TEMPLATE>3</TEMPLATE> <USER_ID>1</USER_ID> <YELLOW_DAYS_FROM>sample string 7</YELLOW_DAYS_FROM> <YELLOW_DAYS_TO>sample string 8</YELLOW_DAYS_TO> <ds i:nil="true" /> <errMsg>sample string 12</errMsg> <response>true</response> </RYGMaster>
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.