POST api/SMS/VerifSMS
Request Information
URI Parameters
None.
Body Parameters
VerifSMSRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Model | VerifSMSModel |
None. |
|
| SysId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Model": {
"Phone": "sample string 1",
"VerifCode": "sample string 2"
},
"SysId": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResponseOfVerifSMSResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Msg | string |
None. |
|
| Exception | Exception |
None. |
|
| RetData | VerifSMSResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 1,
"Msg": "sample string 2",
"Exception": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
},
"RetData": {
"Result": true,
"ResultMsg": "sample string 2"
}
}