POST ApplicantResultFlag

Request Information

URI Parameters

None.

Body Parameters

ApplicantResultFlagRequest
NameDescriptionTypeAdditional information
ApplicantID

integer

None.

IsFlag

boolean

None.

Token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ApplicantID": 1,
  "IsFlag": true,
  "Token": "sample string 3"
}

application/xml, text/xml

Sample:
<ApplicantResultFlagRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AfiswitchCIOD.Models">
  <Token>sample string 3</Token>
  <ApplicantID>1</ApplicantID>
  <IsFlag>true</IsFlag>
</ApplicantResultFlagRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

APIResponse
NameDescriptionTypeAdditional information
Response

Response

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<APIResponse 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>
</APIResponse>