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