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": "72bd97ed-cf5c-4edd-ba76-37ac5ce92e46", "AccountName": "sample string 2", "Logo": "sample string 3" }, { "AccountId": "72bd97ed-cf5c-4edd-ba76-37ac5ce92e46", "AccountName": "sample string 2", "Logo": "sample string 3" } ]