GET api/Account/GetUserMasterCustomers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of MasterCustomerVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| TrialExpiryDate | date |
None. |
|
| Subscriptions | Collection of MasterSubscriptionVM |
None. |
|
| UserCount | integer |
None. |
|
| SiteCreatedDate | date |
None. |
|
| LastActivityDateCrm | date |
None. |
|
| LastActivityDateApp | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"TrialExpiryDate": "2026-02-04T01:26:22.4215121+00:00",
"Subscriptions": [
{
"EndDate": "2026-02-04T01:26:22.4215121+00:00",
"Active": true
},
{
"EndDate": "2026-02-04T01:26:22.4215121+00:00",
"Active": true
}
],
"UserCount": 3,
"SiteCreatedDate": "2026-02-04T01:26:22.4215121+00:00",
"LastActivityDateCrm": "2026-02-04T01:26:22.4215121+00:00",
"LastActivityDateApp": "2026-02-04T01:26:22.4215121+00:00"
},
{
"Id": 1,
"Name": "sample string 2",
"TrialExpiryDate": "2026-02-04T01:26:22.4215121+00:00",
"Subscriptions": [
{
"EndDate": "2026-02-04T01:26:22.4215121+00:00",
"Active": true
},
{
"EndDate": "2026-02-04T01:26:22.4215121+00:00",
"Active": true
}
],
"UserCount": 3,
"SiteCreatedDate": "2026-02-04T01:26:22.4215121+00:00",
"LastActivityDateCrm": "2026-02-04T01:26:22.4215121+00:00",
"LastActivityDateApp": "2026-02-04T01:26:22.4215121+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfMasterCustomerVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebFletchCRM.Business.Models">
<MasterCustomerVM>
<Id>1</Id>
<LastActivityDateApp>2026-02-04T01:26:22.4215121+00:00</LastActivityDateApp>
<LastActivityDateCrm>2026-02-04T01:26:22.4215121+00:00</LastActivityDateCrm>
<Name>sample string 2</Name>
<SiteCreatedDate>2026-02-04T01:26:22.4215121+00:00</SiteCreatedDate>
<Subscriptions>
<MasterSubscriptionVM>
<Active>true</Active>
<EndDate>2026-02-04T01:26:22.4215121+00:00</EndDate>
</MasterSubscriptionVM>
<MasterSubscriptionVM>
<Active>true</Active>
<EndDate>2026-02-04T01:26:22.4215121+00:00</EndDate>
</MasterSubscriptionVM>
</Subscriptions>
<TrialExpiryDate>2026-02-04T01:26:22.4215121+00:00</TrialExpiryDate>
<UserCount>3</UserCount>
</MasterCustomerVM>
<MasterCustomerVM>
<Id>1</Id>
<LastActivityDateApp>2026-02-04T01:26:22.4215121+00:00</LastActivityDateApp>
<LastActivityDateCrm>2026-02-04T01:26:22.4215121+00:00</LastActivityDateCrm>
<Name>sample string 2</Name>
<SiteCreatedDate>2026-02-04T01:26:22.4215121+00:00</SiteCreatedDate>
<Subscriptions>
<MasterSubscriptionVM>
<Active>true</Active>
<EndDate>2026-02-04T01:26:22.4215121+00:00</EndDate>
</MasterSubscriptionVM>
<MasterSubscriptionVM>
<Active>true</Active>
<EndDate>2026-02-04T01:26:22.4215121+00:00</EndDate>
</MasterSubscriptionVM>
</Subscriptions>
<TrialExpiryDate>2026-02-04T01:26:22.4215121+00:00</TrialExpiryDate>
<UserCount>3</UserCount>
</MasterCustomerVM>
</ArrayOfMasterCustomerVM>