POST ApplicantCheck

Request Information

URI Parameters

None.

Body Parameters

ApplicantCheckRequest
NameDescriptionTypeAdditional information
Identifier

string

None.

Token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Identifier": "sample string 1",
  "Token": "sample string 2"
}

application/xml, text/xml

Sample:
<ApplicantCheckRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AfiswitchCIOD.Models">
  <Token>sample string 2</Token>
  <Identifier>sample string 1</Identifier>
</ApplicantCheckRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApplicantCheckResponse
NameDescriptionTypeAdditional information
IsCapturedToday

boolean

None.

Response

Response

None.

Response Formats

application/json, text/json

Sample:
{
  "IsCapturedToday": true,
  "Response": {
    "ResponseCode": 1,
    "ResponseMessage": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<ApplicantCheckResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AfiswitchCIOD.Models">
  <Response>
    <ResponseCode>1</ResponseCode>
    <ResponseMessage>sample string 2</ResponseMessage>
  </Response>
  <IsCapturedToday>true</IsCapturedToday>
</ApplicantCheckResponse>