GET api/user/banks
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BankList| Name | Description | Type | Additional information |
|---|---|---|---|
| SEQ_NO | integer |
None. |
|
| NAME | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SEQ_NO": 1,
"NAME": "sample string 2"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2"
}
]