POST api/shaffer/SendCofirmationText
Request Information
URI Parameters
None.
Body Parameters
Collection of smsMessageModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PHONENO | string |
None. |
|
| MESSAGEBODY | string |
None. |
|
| URL | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"PHONENO": "sample string 1",
"MESSAGEBODY": "sample string 2",
"URL": "sample string 3"
},
{
"PHONENO": "sample string 1",
"MESSAGEBODY": "sample string 2",
"URL": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfsmsMessageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Schd_Message_Application.Controllers">
<smsMessageModel>
<MESSAGEBODY>sample string 2</MESSAGEBODY>
<PHONENO>sample string 1</PHONENO>
<URL>sample string 3</URL>
</smsMessageModel>
<smsMessageModel>
<MESSAGEBODY>sample string 2</MESSAGEBODY>
<PHONENO>sample string 1</PHONENO>
<URL>sample string 3</URL>
</smsMessageModel>
</ArrayOfsmsMessageModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |