POST api/RealName/IsStateCheck
驗證State
Request Information
URI Parameters
None.
Body Parameters
IsStateCheckInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"state": "sample string 1"
}
text/html
Sample:
{"state":"sample string 1"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
驗證State
IsStateCheckIOutputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| status |
0:系統錯誤 1:發送成功 |
integer |
None. |
| message | string |
None. |
|
| ticketVerified |
驗證是否通過 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"message": "sample string 2",
"ticketVerified": true
}
text/html
Sample:
{"status":1,"message":"sample string 2","ticketVerified":true}