GET api/Account/GetUserMasterCustomers

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of MasterCustomerVM
NameDescriptionTypeAdditional 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": "2025-06-12T01:27:00.9177332+01:00",
    "Subscriptions": [
      {
        "EndDate": "2025-06-12T01:27:00.9177332+01:00",
        "Active": true
      },
      {
        "EndDate": "2025-06-12T01:27:00.9177332+01:00",
        "Active": true
      }
    ],
    "UserCount": 3,
    "SiteCreatedDate": "2025-06-12T01:27:00.9177332+01:00",
    "LastActivityDateCrm": "2025-06-12T01:27:00.9177332+01:00",
    "LastActivityDateApp": "2025-06-12T01:27:00.9177332+01:00"
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "TrialExpiryDate": "2025-06-12T01:27:00.9177332+01:00",
    "Subscriptions": [
      {
        "EndDate": "2025-06-12T01:27:00.9177332+01:00",
        "Active": true
      },
      {
        "EndDate": "2025-06-12T01:27:00.9177332+01:00",
        "Active": true
      }
    ],
    "UserCount": 3,
    "SiteCreatedDate": "2025-06-12T01:27:00.9177332+01:00",
    "LastActivityDateCrm": "2025-06-12T01:27:00.9177332+01:00",
    "LastActivityDateApp": "2025-06-12T01:27:00.9177332+01: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>2025-06-12T01:27:00.9177332+01:00</LastActivityDateApp>
    <LastActivityDateCrm>2025-06-12T01:27:00.9177332+01:00</LastActivityDateCrm>
    <Name>sample string 2</Name>
    <SiteCreatedDate>2025-06-12T01:27:00.9177332+01:00</SiteCreatedDate>
    <Subscriptions>
      <MasterSubscriptionVM>
        <Active>true</Active>
        <EndDate>2025-06-12T01:27:00.9177332+01:00</EndDate>
      </MasterSubscriptionVM>
      <MasterSubscriptionVM>
        <Active>true</Active>
        <EndDate>2025-06-12T01:27:00.9177332+01:00</EndDate>
      </MasterSubscriptionVM>
    </Subscriptions>
    <TrialExpiryDate>2025-06-12T01:27:00.9177332+01:00</TrialExpiryDate>
    <UserCount>3</UserCount>
  </MasterCustomerVM>
  <MasterCustomerVM>
    <Id>1</Id>
    <LastActivityDateApp>2025-06-12T01:27:00.9177332+01:00</LastActivityDateApp>
    <LastActivityDateCrm>2025-06-12T01:27:00.9177332+01:00</LastActivityDateCrm>
    <Name>sample string 2</Name>
    <SiteCreatedDate>2025-06-12T01:27:00.9177332+01:00</SiteCreatedDate>
    <Subscriptions>
      <MasterSubscriptionVM>
        <Active>true</Active>
        <EndDate>2025-06-12T01:27:00.9177332+01:00</EndDate>
      </MasterSubscriptionVM>
      <MasterSubscriptionVM>
        <Active>true</Active>
        <EndDate>2025-06-12T01:27:00.9177332+01:00</EndDate>
      </MasterSubscriptionVM>
    </Subscriptions>
    <TrialExpiryDate>2025-06-12T01:27:00.9177332+01:00</TrialExpiryDate>
    <UserCount>3</UserCount>
  </MasterCustomerVM>
</ArrayOfMasterCustomerVM>