GET api/accounts/GetAccountList
GetAccountList No Params
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AccountListModel
Collection of AccountListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | globally unique identifier |
None. |
|
| AccountName | string |
None. |
|
| Logo | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AccountId": "ea735bfc-330f-4e97-9f54-927d1c839467",
"AccountName": "sample string 2",
"Logo": "sample string 3"
},
{
"AccountId": "ea735bfc-330f-4e97-9f54-927d1c839467",
"AccountName": "sample string 2",
"Logo": "sample string 3"
}
]