{
  "collection": [
    {
      "account": {
        "accountNumber": 1100,
        "self": "https://rest.reviso.com/accounts/1100"
      },
      "customerGroupNumber": 1,
      "customers": "https://rest.reviso.com/customer-groups/1/customers",
      "name": "Domestic customers",
      "self": "https://rest.reviso.com/customer-groups/1"
    },
    {
      "account": {
        "accountNumber": 1100,
        "self": "https://rest.reviso.com/accounts/1100"
      },
      "customerGroupNumber": 2,
      "customers": "https://rest.reviso.com/customer-groups/2/customers",
      "name": "Overseas customers",
      "self": "https://rest.reviso.com/customer-groups/2"
    },
    {
      "account": {
        "accountNumber": 1100,
        "self": "https://rest.reviso.com/accounts/1100"
      },
      "customerGroupNumber": 3,
      "customers": "https://rest.reviso.com/customer-groups/3/customers",
      "name": "EU customers",
      "self": "https://rest.reviso.com/customer-groups/3"
    }
  ],
  "metaData": {},
  "pagination": {
    "maxPageSizeAllowed": 10000,
    "pageSize": 20,
    "skipPages": 0,
    "results": 3,
    "resultsWithoutFilter": 3,
    "firstPage": "https://rest.reviso.com/customer-groups?demo=true&skippages=0&pagesize=20",
    "lastPage": "https://rest.reviso.com/customer-groups?demo=true&skippages=0&pagesize=20"
  },
  "self": "https://rest.reviso.com/customer-groups?demo=true"
}