GET Sms/ProviderTest?provider={provider}&recipient={recipient}&user={user}&password={password}
Method to test a specific provider
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| provider |
provider ID |
string |
Required |
| recipient |
RecipientNumber |
string |
Required |
| user |
provider username |
string |
Required |
| password |
provider password |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Lluni.Models.Common.Wip.SMS.SmsResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorCode | string |
None. |
|
| Log | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ErrorCode": "sample string 1",
"Log": "sample string 2"
}
application/xml, text/xml
Sample:
<SmsResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lluni.Models.Common.Wip.SMS"> <ErrorCode>sample string 1</ErrorCode> <Log>sample string 2</Log> </SmsResult>