POST api/SigmaCommon/SendSMS
Request Information
URI Parameters
None.
Body Parameters
smsObject| Name | Description | Type | Additional information |
|---|---|---|---|
| fromNumber | string |
None. |
|
| toNumber | string |
None. |
|
| msg | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"fromNumber": "sample string 1",
"toNumber": "sample string 2",
"msg": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true