POST api/VerifyUser

驗證身分證號

Request Information

Parameters

NameDescriptionAdditional information
condition
驗證參數

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AccessToken": "sample string 1",
  "UserID": "sample string 2"
}

application/xml, text/xml

Sample:
<vmUSER_ToRRFP xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <AccessToken>sample string 1</AccessToken>
  <UserID>sample string 2</UserID>
</vmUSER_ToRRFP>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'vmUSER_ToRRFP'.

Response Information

Response body formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<anyType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />