POST api/AccountLookup
Request Information
URI Parameters
None.
Body Parameters
Jsonparams| Name | Description | Type | Additional information |
|---|---|---|---|
| jsonstring | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"jsonstring": "sample string 1"
}
application/xml, text/xml
Sample:
<Jsonparams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EthopianBankDirect.Models"> <jsonstring>sample string 1</jsonstring> </Jsonparams>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AccountLookupResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| response | string |
None. |
|
| responseDescription | string |
None. |
|
| name | string |
None. |
|
| accountNumber | string |
None. |
|
| route | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"response": "sample string 1",
"responseDescription": "sample string 2",
"name": "sample string 3",
"accountNumber": "sample string 4",
"route": "sample string 5"
}
application/xml, text/xml
Sample:
<AccountLookupResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EthopianBankDirect.Models"> <accountNumber>sample string 4</accountNumber> <name>sample string 3</name> <response>sample string 1</response> <responseDescription>sample string 2</responseDescription> <route>sample string 5</route> </AccountLookupResponse>