POST api/send-sms
Request Information
URI Parameters
None.
Body Parameters
SendSmsParam| Name | Description | Type | Additional information |
|---|---|---|---|
| Phone | string |
None. |
|
| Content | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Phone": "sample string 1",
"Content": "sample string 2"
}
multipart/form-data
Sample:
{"Phone":"sample string 1","Content":"sample string 2"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
{}