POST sms/1/text/single
Request Information
URI Parameters
None.
Body Parameters
requestName | Description | Type | Additional information |
---|---|---|---|
from | string |
None. |
|
to | Collection of Object |
None. |
|
text | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "from": "sample string 1", "to": null, "text": "sample string 2" }
application/xml, text/xml
Sample:
<request xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <from>sample string 1</from> <to i:nil="true" /> <text>sample string 2</text> </request>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />