POST api/AllowAnonymousAPI/CheckID

[微信]校验身份证接口

Request Information

URI Parameters

None.

Body Parameters

CheckIDInput
NameDescriptionTypeAdditional information
Employee_GID

globally unique identifier

None.

IDNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Employee_GID": "878f0a48-125f-4914-8e46-41ef3bc65285",
  "IDNumber": "sample string 2"
}

application/xml, text/xml

Sample:
<CheckIDInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetHR.OpenAPI.Model">
  <Employee_GID>878f0a48-125f-4914-8e46-41ef3bc65285</Employee_GID>
  <IDNumber>sample string 2</IDNumber>
</CheckIDInput>

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 'CheckIDInput'.

Response Information

Resource Description

[微信]校验身份证接口

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>