POST api/SendMsg/SendCode
Request Information
URI Parameters
None.
Body Parameters
TelRequst| Name | Description | Type | Additional information |
|---|---|---|---|
| Tel | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Tel": "sample string 1"
}
application/xml, text/xml
Sample:
<TelRequst xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TheGift.Api.Model.Requst"> <Tel>sample string 1</Tel> </TelRequst>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| statusCode | StatusCode |
None. |
|
| isSuccessful | boolean |
None. |
|
| message | string |
None. |
|
| returnUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccessful": true,
"statusCode": 0,
"message": "sample string 2",
"returnUrl": "sample string 3"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.