POST api/CenPilot/ProgramUpdate
Request Information
URI Parameters
None.
Body Parameters
ProgramUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| Mode | string |
None. |
|
| MasterId | string |
None. |
|
| Sunday | integer |
None. |
|
| Monday | integer |
None. |
|
| Tuesday | integer |
None. |
|
| Wednesday | integer |
None. |
|
| Thrusday | integer |
None. |
|
| Friday | integer |
None. |
|
| Saturday | integer |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Name": "sample string 2",
"Mode": "sample string 3",
"MasterId": "sample string 4",
"Sunday": 5,
"Monday": 6,
"Tuesday": 7,
"Wednesday": 8,
"Thrusday": 9,
"Friday": 10,
"Saturday": 11,
"Status": 12
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.