GET ebarimt/info?regNo={regNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| regNo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AccountInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| iban | string |
None. |
|
| name | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"iban": "sample string 1",
"name": "sample string 2"
}
application/xml, text/xml
Sample:
<AccountInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Complete.CRM"> <iban>sample string 1</iban> <name>sample string 2</name> </AccountInfo>