GET api/Gadget/GetBanks
Return the list of banks of authenticated user.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Dictionary of globally unique identifier [key] and string [value]Response Formats
application/json, text/json
Sample:
{ "4de9e5ca-8155-4e93-af1d-1f5c242d5db6": "sample string 2", "a7b95d37-a195-434a-be88-dcb442e5983d": "sample string 4" }
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfguidstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <KeyValueOfguidstring> <Key>4de9e5ca-8155-4e93-af1d-1f5c242d5db6</Key> <Value>sample string 2</Value> </KeyValueOfguidstring> <KeyValueOfguidstring> <Key>a7b95d37-a195-434a-be88-dcb442e5983d</Key> <Value>sample string 4</Value> </KeyValueOfguidstring> </ArrayOfKeyValueOfguidstring>