GET api/accounts/GetAccountList
GetAccountList No Params
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AccountListModel
Collection of AccountListModelName | Description | Type | Additional information |
---|---|---|---|
AccountId | globally unique identifier |
None. |
|
AccountName | string |
None. |
|
Logo | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AccountId": "e36bceef-ed09-48fc-bb8c-89984a1dcb24", "AccountName": "sample string 2", "Logo": "sample string 3" }, { "AccountId": "e36bceef-ed09-48fc-bb8c-89984a1dcb24", "AccountName": "sample string 2", "Logo": "sample string 3" } ]