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": "e35dc212-86fe-4d8a-9c55-9229d9e7e82e",
"AccountName": "sample string 2",
"Logo": "sample string 3"
},
{
"AccountId": "e35dc212-86fe-4d8a-9c55-9229d9e7e82e",
"AccountName": "sample string 2",
"Logo": "sample string 3"
}
]