GET api/Account/GetBanks

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Bank
NameDescriptionTypeAdditional information
id

integer

None.

BankName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "BankName": "sample string 2"
  },
  {
    "$ref": "1"
  }
]