POST API/KYC/ocrImage
Request Information
URI Parameters
None.
Body Parameters
OCR| Name | Description | Type | Additional information |
|---|---|---|---|
| OCRType | string |
None. |
|
| Type | string |
None. |
|
| base64Image | Collection of byte |
None. |
|
| TempEmpId | string |
None. |
|
| Connectionstring | string |
None. |
|
| ClientId | string |
None. |
|
| ocr_fields | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"OCRType": "sample string 1",
"Type": "sample string 2",
"base64Image": "QEA=",
"TempEmpId": "sample string 3",
"Connectionstring": "sample string 4",
"ClientId": "sample string 5",
"ocr_fields": {}
}
application/xml, text/xml
Sample:
<OCR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonWebAPI.Entity"> <ClientId>sample string 5</ClientId> <Connectionstring>sample string 4</Connectionstring> <OCRType>sample string 1</OCRType> <TempEmpId>sample string 3</TempEmpId> <Type>sample string 2</Type> <base64Image>QEA=</base64Image> <ocr_fields /> </OCR>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |