POST api/loadresponse/sms
Request Information
URI Parameters
None.
Body Parameters
SmsInfoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| From | string |
None. |
|
| To | string |
None. |
|
| Text | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"From": "sample string 1",
"To": "sample string 2",
"Text": "sample string 3"
}
text/html
Sample:
{"From":"sample string 1","To":"sample string 2","Text":"sample string 3"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.