POST api/Cancel_Schedule
Request Information
URI Parameters
None.
Body Parameters
Cancel_SMS_Schedule_RequestName | Description | Type | Additional information |
---|---|---|---|
Message_Id | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Message_Id": "sample string 1" }
application/xml, text/xml
Sample:
<Cancel_SMS_Schedule_Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bulk_Push_SMS_API.Models"> <Message_Id>sample string 1</Message_Id> </Cancel_SMS_Schedule_Request>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Cancel_SMS_ScheduleName | Description | Type | Additional information |
---|---|---|---|
Error | string |
None. |
|
Success | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Error": "sample string 1", "Success": "sample string 2" }
application/xml, text/xml
Sample:
<Cancel_SMS_Schedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bulk_Push_SMS_API.Models"> <Error>sample string 1</Error> <Success>sample string 2</Success> </Cancel_SMS_Schedule>