POST api/KYC/Verifycaptcha

Request Information

URI Parameters

None.

Body Parameters

VerifyCaptchaInputInfo
NameDescriptionTypeAdditional information
text

string

None.

id

string

None.

access_token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "text": "sample string 1",
  "id": "sample string 2",
  "access_token": "sample string 3"
}

application/xml, text/xml

Sample:
<VerifyCaptchaInputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.AppServices.UI.WM.WMVideoKYCWrapper.Models">
  <access_token>sample string 3</access_token>
  <id>sample string 2</id>
  <text>sample string 1</text>
</VerifyCaptchaInputInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

VerifyCaptchaOutputInfo
NameDescriptionTypeAdditional information
text

string

None.

id

string

None.

fileURL

string

None.

ResponseCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "text": "sample string 1",
  "id": "sample string 2",
  "fileURL": "sample string 3",
  "ResponseCode": "sample string 4"
}

application/xml, text/xml

Sample:
<VerifyCaptchaOutputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.AppServices.UI.WM.WMVideoKYCWrapper.Models">
  <ResponseCode>sample string 4</ResponseCode>
  <fileURL>sample string 3</fileURL>
  <id>sample string 2</id>
  <text>sample string 1</text>
</VerifyCaptchaOutputInfo>