POST api/Customer/ExecuteCheckOptOutSmsJob
Request Information
URI Parameters
None.
Body Parameters
CheckOptOutSmsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationId | string |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ApplicationId": "sample string 1",
"Status": 2
}
application/xml, text/xml
Sample:
<CheckOptOutSmsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Request"> <ApplicationId>sample string 1</ApplicationId> <Status>2</Status> </CheckOptOutSmsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CheckOptOutSmsResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true
}
application/xml, text/xml
Sample:
<CheckOptOutSmsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Response"> <Success>true</Success> </CheckOptOutSmsResponse>