POST api/Account/OCRbyDigio
Request Information
URI Parameters
None.
Body Parameters
dbmlOCRRequestName | Description | Type | Additional information |
---|---|---|---|
strUrl | string |
None. |
|
ImageName | string |
None. |
|
ByteImage | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{ "strUrl": "sample string 1", "ImageName": "sample string 2", "ByteImage": "QEA=" }
application/xml, text/xml
Sample:
<dbmlOCRRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LubricashGatewayWebAPI.Model"> <ByteImage>QEA=</ByteImage> <ImageName>sample string 2</ImageName> <strUrl>sample string 1</strUrl> </dbmlOCRRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
dbmlBankResponseName | Description | Type | Additional information |
---|---|---|---|
id_type | string |
None. |
|
part | string |
None. |
|
bank_name | string |
None. |
|
account_no | string |
None. |
|
ifsc | string |
None. |
|
StatusId | integer |
None. |
|
Status | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id_type": "sample string 1", "part": "sample string 2", "bank_name": "sample string 3", "account_no": "sample string 4", "ifsc": "sample string 5", "StatusId": 6, "Status": "sample string 7" }
application/xml, text/xml
Sample:
<dbmlBankResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LubricashGatewayWebAPI.Model"> <Status>sample string 7</Status> <StatusId>6</StatusId> <account_no>sample string 4</account_no> <bank_name>sample string 3</bank_name> <id_type>sample string 1</id_type> <ifsc>sample string 5</ifsc> <part>sample string 2</part> </dbmlBankResponse>