POST api/OperatorsAddCustomSchedule
Request Information
URI Parameters
None.
Body Parameters
CustomScheduleRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| accountNumber | string |
None. |
|
| operatorNumber | string |
None. |
|
| secNo | string |
None. |
|
| dayOfWeek | integer |
None. |
|
| sched | string |
None. |
|
| recurrence | string |
None. |
|
| startDate | string |
None. |
|
| endDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"accountNumber": "sample string 1",
"operatorNumber": "sample string 2",
"secNo": "sample string 3",
"dayOfWeek": 4,
"sched": "sample string 5",
"recurrence": "sample string 6",
"startDate": "sample string 7",
"endDate": "sample string 8"
}
application/xml, text/xml
Sample:
<CustomScheduleRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TranscendAPI.Controllers"> <accountNumber>sample string 1</accountNumber> <dayOfWeek>4</dayOfWeek> <endDate>sample string 8</endDate> <operatorNumber>sample string 2</operatorNumber> <recurrence>sample string 6</recurrence> <sched>sample string 5</sched> <secNo>sample string 3</secNo> <startDate>sample string 7</startDate> </CustomScheduleRequest>
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.