GET api/accounts/GetAccountList

GetAccountList No Params

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

AccountListModel

Collection of AccountListModel
NameDescriptionTypeAdditional information
AccountId

globally unique identifier

None.

AccountName

string

None.

Logo

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AccountId": "5b26c893-8ec0-408b-a385-35513b25f51f",
    "AccountName": "sample string 2",
    "Logo": "sample string 3"
  },
  {
    "AccountId": "5b26c893-8ec0-408b-a385-35513b25f51f",
    "AccountName": "sample string 2",
    "Logo": "sample string 3"
  }
]