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": "bf2cb270-b930-4a2f-bbbf-c5c5f75c54d3",
  "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>bf2cb270-b930-4a2f-bbbf-c5c5f75c54d3</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>