POST api/KYC/CreateCaptchaImage
Request Information
URI Parameters
None.
Body Parameters
CreateCaptchaImageInputInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| access_token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"access_token": "sample string 1"
}
application/xml, text/xml
Sample:
<CreateCaptchaImageInputInfo 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 1</access_token> </CreateCaptchaImageInputInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CreateCaptchaImageOutputInfo| Name | Description | Type | Additional 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:
<CreateCaptchaImageOutputInfo 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> </CreateCaptchaImageOutputInfo>