POST ApplicantAccountCheck

Request Information

URI Parameters

None.

Body Parameters

ApplicantAccountCheckRequest
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:
<ApplicantAccountCheckRequest 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>
</ApplicantAccountCheckRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApplicantAccountCheckResponse
NameDescriptionTypeAdditional information
MUID

integer

None.

Response

Response

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<ApplicantAccountCheckResponse 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>
  <MUID>1</MUID>
</ApplicantAccountCheckResponse>