GET api/DMR2AndroidService/GetBranchStatesForIFSC?username={username}&password={password}&bankid={bankid}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| username | string | Required | |
| password | string | Required | |
| bankid | string | Required | 
Body Parameters
None.
Response Information
Resource Description
BankBranchState| Name | Description | Type | Additional information | 
|---|---|---|---|
| BankStateList | Object | None. | |
| status | string | None. | |
| value | string | None. | |
| error_msg | string | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "BankStateList": {},
  "status": "sample string 2",
  "value": "sample string 3",
  "error_msg": "sample string 4"
}
        application/xml, text/xml
            Sample:
<BankBranchState xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aathifrupay.Controllers.agent.MoneyTransfer"> <error_msg>sample string 4</error_msg> <status>sample string 2</status> <value>sample string 3</value> <BankStateList /> </BankBranchState>