POST api/RegistrationRequest/GetAllMyMachineSafe

Request Information

URI Parameters

None.

Body Parameters

CustomerLister
NameDescriptionTypeAdditional information
Customers

Collection of Customer

None.

SearchCriteria

Customer

None.

Pager

Pager

None.

GetAllCustomers

Collection of User

None.

Request Formats

application/json, text/json

Sample:
{
  "Customers": [
    {
      "Id": 1,
      "FirstName": "sample string 2",
      "LastName": "sample string 3",
      "CompanyCode": "sample string 4",
      "CustomerName": "sample string 5",
      "CompanyName": "sample string 6",
      "Line1": "sample string 7",
      "Line2": "sample string 8",
      "City": "sample string 9",
      "County": "sample string 10",
      "PostCode": "sample string 11",
      "EmailAddress": "sample string 12",
      "Password": "sample string 13",
      "PhoneNumber": "sample string 14",
      "ParentId": 1,
      "RoleId": 15,
      "ImageName": "sample string 16",
      "IsApproved": true,
      "IsActive": true,
      "IsMyMachineSafe": true,
      "IsRequestMyMachineSafe": true,
      "IsDemo": true,
      "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
      "CreatedBy": 1,
      "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
      "LastModifiedBy": 1,
      "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
      "DeletedBy": 1,
      "ProfilePhotoStoragePath": "sample string 23",
      "PlainTextPassword": "sample string 24",
      "TwoFactorSecretKey": "sample string 25",
      "IsTwoFA": true,
      "TwoFADate": "2025-08-29T20:23:53.766642+00:00",
      "UserLevelId": 1,
      "IsCollaboration": true,
      "IsParentConsultant": true,
      "PlanId": 27,
      "Department": "sample string 28",
      "Location": "sample string 29",
      "SiteTypeId": 30,
      "LastLoggedOnDate": "2025-08-29T20:23:53.766642+00:00",
      "LogoPath": "sample string 31",
      "CustomerLogoPath": "sample string 32",
      "ImageBase64": "sample string 33",
      "IsConsultant": true,
      "PasswordHash": "sample string 35",
      "ColumnName": "sample string 36",
      "SortDirection": "sample string 37",
      "FullName": "sample string 38",
      "PlanName": "sample string 39",
      "UserLevelName": "sample string 40",
      "LocalId": 41,
      "LocalParentId": 1,
      "IsApp": true,
      "IsWeb": true
    },
    {
      "Id": 1,
      "FirstName": "sample string 2",
      "LastName": "sample string 3",
      "CompanyCode": "sample string 4",
      "CustomerName": "sample string 5",
      "CompanyName": "sample string 6",
      "Line1": "sample string 7",
      "Line2": "sample string 8",
      "City": "sample string 9",
      "County": "sample string 10",
      "PostCode": "sample string 11",
      "EmailAddress": "sample string 12",
      "Password": "sample string 13",
      "PhoneNumber": "sample string 14",
      "ParentId": 1,
      "RoleId": 15,
      "ImageName": "sample string 16",
      "IsApproved": true,
      "IsActive": true,
      "IsMyMachineSafe": true,
      "IsRequestMyMachineSafe": true,
      "IsDemo": true,
      "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
      "CreatedBy": 1,
      "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
      "LastModifiedBy": 1,
      "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
      "DeletedBy": 1,
      "ProfilePhotoStoragePath": "sample string 23",
      "PlainTextPassword": "sample string 24",
      "TwoFactorSecretKey": "sample string 25",
      "IsTwoFA": true,
      "TwoFADate": "2025-08-29T20:23:53.766642+00:00",
      "UserLevelId": 1,
      "IsCollaboration": true,
      "IsParentConsultant": true,
      "PlanId": 27,
      "Department": "sample string 28",
      "Location": "sample string 29",
      "SiteTypeId": 30,
      "LastLoggedOnDate": "2025-08-29T20:23:53.766642+00:00",
      "LogoPath": "sample string 31",
      "CustomerLogoPath": "sample string 32",
      "ImageBase64": "sample string 33",
      "IsConsultant": true,
      "PasswordHash": "sample string 35",
      "ColumnName": "sample string 36",
      "SortDirection": "sample string 37",
      "FullName": "sample string 38",
      "PlanName": "sample string 39",
      "UserLevelName": "sample string 40",
      "LocalId": 41,
      "LocalParentId": 1,
      "IsApp": true,
      "IsWeb": true
    }
  ],
  "SearchCriteria": {
    "Id": 1,
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "CompanyCode": "sample string 4",
    "CustomerName": "sample string 5",
    "CompanyName": "sample string 6",
    "Line1": "sample string 7",
    "Line2": "sample string 8",
    "City": "sample string 9",
    "County": "sample string 10",
    "PostCode": "sample string 11",
    "EmailAddress": "sample string 12",
    "Password": "sample string 13",
    "PhoneNumber": "sample string 14",
    "ParentId": 1,
    "RoleId": 15,
    "ImageName": "sample string 16",
    "IsApproved": true,
    "IsActive": true,
    "IsMyMachineSafe": true,
    "IsRequestMyMachineSafe": true,
    "IsDemo": true,
    "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
    "CreatedBy": 1,
    "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
    "LastModifiedBy": 1,
    "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
    "DeletedBy": 1,
    "ProfilePhotoStoragePath": "sample string 23",
    "PlainTextPassword": "sample string 24",
    "TwoFactorSecretKey": "sample string 25",
    "IsTwoFA": true,
    "TwoFADate": "2025-08-29T20:23:53.766642+00:00",
    "UserLevelId": 1,
    "IsCollaboration": true,
    "IsParentConsultant": true,
    "PlanId": 27,
    "Department": "sample string 28",
    "Location": "sample string 29",
    "SiteTypeId": 30,
    "LastLoggedOnDate": "2025-08-29T20:23:53.766642+00:00",
    "LogoPath": "sample string 31",
    "CustomerLogoPath": "sample string 32",
    "ImageBase64": "sample string 33",
    "IsConsultant": true,
    "PasswordHash": "sample string 35",
    "ColumnName": "sample string 36",
    "SortDirection": "sample string 37",
    "FullName": "sample string 38",
    "PlanName": "sample string 39",
    "UserLevelName": "sample string 40",
    "LocalId": 41,
    "LocalParentId": 1,
    "IsApp": true,
    "IsWeb": true
  },
  "Pager": {
    "PageSize": 1,
    "Take": 2,
    "Skip": 3,
    "CurrentPage": 4.0,
    "TotalPage": "sample string 5",
    "TotalRecord": 6.0
  },
  "GetAllCustomers": [
    {
      "Id": 1,
      "FirstName": "sample string 2",
      "LastName": "sample string 3",
      "CompanyCode": "sample string 4",
      "CompanyName": "sample string 5",
      "Line1": "sample string 6",
      "Line2": "sample string 7",
      "City": "sample string 8",
      "County": "sample string 9",
      "PostCode": "sample string 10",
      "EmailAddress": "sample string 11",
      "Password": "sample string 12",
      "PhoneNumber": "sample string 13",
      "ParentId": 1,
      "RoleId": 14,
      "IsApproved": true,
      "IsActive": true,
      "LogoPath": "sample string 16",
      "CustomerLogoPath": "sample string 17",
      "IsMyMachineSafe": true,
      "IsRequestMyMachineSafe": true,
      "IsDemo": true,
      "LastLoggedOnDate": "2025-08-29T20:23:53.766642+00:00",
      "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
      "CreatedBy": 1,
      "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
      "LastModifiedBy": 1,
      "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
      "DeletedBy": 1,
      "ImageName": "sample string 23",
      "PlainTextPassword": "sample string 24",
      "TwoFactorSecretKey": "sample string 25",
      "IsTwoFA": true,
      "TwoFADate": "2025-08-29T20:23:53.766642+00:00",
      "UserLevelId": 1,
      "UserLevelName": "sample string 26",
      "IsCollaboration": true,
      "Department": "sample string 27",
      "Location": "sample string 28",
      "SiteTypeId": 29,
      "AndroidFCMToken": "sample string 30",
      "IOSFCMToken": "sample string 31",
      "IsCustomerSpecifed": true,
      "Code": 33,
      "PlanName": "sample string 34",
      "ImageBase64": "sample string 35",
      "ProfilePhotoStoragePath": "sample string 36",
      "PasswordHash": "sample string 37",
      "LogoBase64": "sample string 38",
      "Token": "sample string 39",
      "IsSuccess": true,
      "Message": "sample string 41",
      "ColumnName": "sample string 42",
      "SortDirection": "sample string 43",
      "RoleIds": [
        1,
        2
      ],
      "IsConsultant": true,
      "InspectorId": 45,
      "PlanId": 46,
      "IsParentConsultant": true,
      "CompanyUserIds": [
        1,
        2
      ],
      "FullName": "sample string 48",
      "IsSpecificCustomerByUserPlan": true,
      "IsCEUKCAPlan": true,
      "ParentAddress": "sample string 51",
      "DeviceAddress": "sample string 52",
      "LocalId": 53,
      "LocalParentId": 1,
      "Sites": [
        {
          "Id": 1,
          "CustomerId": 2,
          "Name": "sample string 3",
          "Description": "sample string 4",
          "IsHide": true,
          "CreatedBy": 6,
          "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
          "LastModifiedBy": 8,
          "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
          "CompanyName": "sample string 10",
          "LoginId": 11,
          "SiteLines": [
            {
              "Id": 1,
              "SiteId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "SiteLocalId": 10
            },
            {
              "Id": 1,
              "SiteId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "SiteLocalId": 10
            }
          ],
          "SiteLine": {
            "Id": 1,
            "SiteId": 2,
            "Name": "sample string 3",
            "IsHide": true,
            "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
            "CreatedBy": 6,
            "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
            "LastModifiedBy": 8,
            "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
            "DeletedBy": 1,
            "LocalId": 9,
            "SiteLocalId": 10
          },
          "SiteLocations": [
            {
              "Id": 1,
              "SiteId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "SiteLocalId": 10,
              "LocationLines": [
                {
                  "Id": 1,
                  "LocationId": 2,
                  "Name": "sample string 3",
                  "IsHide": true,
                  "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                  "CreatedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                  "LastModifiedBy": 8,
                  "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                  "DeletedBy": 1,
                  "LocalId": 9,
                  "LocationLocalId": 10
                },
                {
                  "Id": 1,
                  "LocationId": 2,
                  "Name": "sample string 3",
                  "IsHide": true,
                  "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                  "CreatedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                  "LastModifiedBy": 8,
                  "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                  "DeletedBy": 1,
                  "LocalId": 9,
                  "LocationLocalId": 10
                }
              ],
              "LocationLine": {
                "Id": 1,
                "LocationId": 2,
                "Name": "sample string 3",
                "IsHide": true,
                "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                "CreatedBy": 6,
                "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                "LastModifiedBy": 8,
                "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                "DeletedBy": 1,
                "LocalId": 9,
                "LocationLocalId": 10
              }
            },
            {
              "Id": 1,
              "SiteId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "SiteLocalId": 10,
              "LocationLines": [
                {
                  "Id": 1,
                  "LocationId": 2,
                  "Name": "sample string 3",
                  "IsHide": true,
                  "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                  "CreatedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                  "LastModifiedBy": 8,
                  "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                  "DeletedBy": 1,
                  "LocalId": 9,
                  "LocationLocalId": 10
                },
                {
                  "Id": 1,
                  "LocationId": 2,
                  "Name": "sample string 3",
                  "IsHide": true,
                  "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                  "CreatedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                  "LastModifiedBy": 8,
                  "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                  "DeletedBy": 1,
                  "LocalId": 9,
                  "LocationLocalId": 10
                }
              ],
              "LocationLine": {
                "Id": 1,
                "LocationId": 2,
                "Name": "sample string 3",
                "IsHide": true,
                "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                "CreatedBy": 6,
                "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                "LastModifiedBy": 8,
                "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                "DeletedBy": 1,
                "LocalId": 9,
                "LocationLocalId": 10
              }
            }
          ],
          "SiteLocation": {
            "Id": 1,
            "SiteId": 2,
            "Name": "sample string 3",
            "IsHide": true,
            "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
            "CreatedBy": 6,
            "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
            "LastModifiedBy": 8,
            "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
            "DeletedBy": 1,
            "LocalId": 9,
            "SiteLocalId": 10,
            "LocationLines": [
              {
                "Id": 1,
                "LocationId": 2,
                "Name": "sample string 3",
                "IsHide": true,
                "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                "CreatedBy": 6,
                "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                "LastModifiedBy": 8,
                "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                "DeletedBy": 1,
                "LocalId": 9,
                "LocationLocalId": 10
              },
              {
                "Id": 1,
                "LocationId": 2,
                "Name": "sample string 3",
                "IsHide": true,
                "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                "CreatedBy": 6,
                "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                "LastModifiedBy": 8,
                "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                "DeletedBy": 1,
                "LocalId": 9,
                "LocationLocalId": 10
              }
            ],
            "LocationLine": {
              "Id": 1,
              "LocationId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "LocationLocalId": 10
            }
          },
          "LocalId": 12,
          "LocalCustomerId": 13
        },
        {
          "Id": 1,
          "CustomerId": 2,
          "Name": "sample string 3",
          "Description": "sample string 4",
          "IsHide": true,
          "CreatedBy": 6,
          "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
          "LastModifiedBy": 8,
          "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
          "CompanyName": "sample string 10",
          "LoginId": 11,
          "SiteLines": [
            {
              "Id": 1,
              "SiteId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "SiteLocalId": 10
            },
            {
              "Id": 1,
              "SiteId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "SiteLocalId": 10
            }
          ],
          "SiteLine": {
            "Id": 1,
            "SiteId": 2,
            "Name": "sample string 3",
            "IsHide": true,
            "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
            "CreatedBy": 6,
            "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
            "LastModifiedBy": 8,
            "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
            "DeletedBy": 1,
            "LocalId": 9,
            "SiteLocalId": 10
          },
          "SiteLocations": [
            {
              "Id": 1,
              "SiteId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "SiteLocalId": 10,
              "LocationLines": [
                {
                  "Id": 1,
                  "LocationId": 2,
                  "Name": "sample string 3",
                  "IsHide": true,
                  "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                  "CreatedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                  "LastModifiedBy": 8,
                  "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                  "DeletedBy": 1,
                  "LocalId": 9,
                  "LocationLocalId": 10
                },
                {
                  "Id": 1,
                  "LocationId": 2,
                  "Name": "sample string 3",
                  "IsHide": true,
                  "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                  "CreatedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                  "LastModifiedBy": 8,
                  "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                  "DeletedBy": 1,
                  "LocalId": 9,
                  "LocationLocalId": 10
                }
              ],
              "LocationLine": {
                "Id": 1,
                "LocationId": 2,
                "Name": "sample string 3",
                "IsHide": true,
                "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                "CreatedBy": 6,
                "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                "LastModifiedBy": 8,
                "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                "DeletedBy": 1,
                "LocalId": 9,
                "LocationLocalId": 10
              }
            },
            {
              "Id": 1,
              "SiteId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "SiteLocalId": 10,
              "LocationLines": [
                {
                  "Id": 1,
                  "LocationId": 2,
                  "Name": "sample string 3",
                  "IsHide": true,
                  "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                  "CreatedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                  "LastModifiedBy": 8,
                  "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                  "DeletedBy": 1,
                  "LocalId": 9,
                  "LocationLocalId": 10
                },
                {
                  "Id": 1,
                  "LocationId": 2,
                  "Name": "sample string 3",
                  "IsHide": true,
                  "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                  "CreatedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                  "LastModifiedBy": 8,
                  "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                  "DeletedBy": 1,
                  "LocalId": 9,
                  "LocationLocalId": 10
                }
              ],
              "LocationLine": {
                "Id": 1,
                "LocationId": 2,
                "Name": "sample string 3",
                "IsHide": true,
                "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                "CreatedBy": 6,
                "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                "LastModifiedBy": 8,
                "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                "DeletedBy": 1,
                "LocalId": 9,
                "LocationLocalId": 10
              }
            }
          ],
          "SiteLocation": {
            "Id": 1,
            "SiteId": 2,
            "Name": "sample string 3",
            "IsHide": true,
            "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
            "CreatedBy": 6,
            "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
            "LastModifiedBy": 8,
            "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
            "DeletedBy": 1,
            "LocalId": 9,
            "SiteLocalId": 10,
            "LocationLines": [
              {
                "Id": 1,
                "LocationId": 2,
                "Name": "sample string 3",
                "IsHide": true,
                "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                "CreatedBy": 6,
                "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                "LastModifiedBy": 8,
                "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                "DeletedBy": 1,
                "LocalId": 9,
                "LocationLocalId": 10
              },
              {
                "Id": 1,
                "LocationId": 2,
                "Name": "sample string 3",
                "IsHide": true,
                "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                "CreatedBy": 6,
                "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                "LastModifiedBy": 8,
                "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                "DeletedBy": 1,
                "LocalId": 9,
                "LocationLocalId": 10
              }
            ],
            "LocationLine": {
              "Id": 1,
              "LocationId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "LocationLocalId": 10
            }
          },
          "LocalId": 12,
          "LocalCustomerId": 13
        }
      ],
      "CompanyUserSites": [
        {
          "Id": 1,
          "CustomerId": 2,
          "SiteId": 3,
          "CreatedBy": 4,
          "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
          "LastModifiedBy": 6,
          "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
          "CompanyName": "sample string 8"
        },
        {
          "Id": 1,
          "CustomerId": 2,
          "SiteId": 3,
          "CreatedBy": 4,
          "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
          "LastModifiedBy": 6,
          "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
          "CompanyName": "sample string 8"
        }
      ],
      "CustomerCompanys": "sample string 54",
      "CustomerCompanyLists": [
        "sample string 1",
        "sample string 2"
      ],
      "LoginUserId": 55
    },
    {
      "Id": 1,
      "FirstName": "sample string 2",
      "LastName": "sample string 3",
      "CompanyCode": "sample string 4",
      "CompanyName": "sample string 5",
      "Line1": "sample string 6",
      "Line2": "sample string 7",
      "City": "sample string 8",
      "County": "sample string 9",
      "PostCode": "sample string 10",
      "EmailAddress": "sample string 11",
      "Password": "sample string 12",
      "PhoneNumber": "sample string 13",
      "ParentId": 1,
      "RoleId": 14,
      "IsApproved": true,
      "IsActive": true,
      "LogoPath": "sample string 16",
      "CustomerLogoPath": "sample string 17",
      "IsMyMachineSafe": true,
      "IsRequestMyMachineSafe": true,
      "IsDemo": true,
      "LastLoggedOnDate": "2025-08-29T20:23:53.766642+00:00",
      "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
      "CreatedBy": 1,
      "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
      "LastModifiedBy": 1,
      "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
      "DeletedBy": 1,
      "ImageName": "sample string 23",
      "PlainTextPassword": "sample string 24",
      "TwoFactorSecretKey": "sample string 25",
      "IsTwoFA": true,
      "TwoFADate": "2025-08-29T20:23:53.766642+00:00",
      "UserLevelId": 1,
      "UserLevelName": "sample string 26",
      "IsCollaboration": true,
      "Department": "sample string 27",
      "Location": "sample string 28",
      "SiteTypeId": 29,
      "AndroidFCMToken": "sample string 30",
      "IOSFCMToken": "sample string 31",
      "IsCustomerSpecifed": true,
      "Code": 33,
      "PlanName": "sample string 34",
      "ImageBase64": "sample string 35",
      "ProfilePhotoStoragePath": "sample string 36",
      "PasswordHash": "sample string 37",
      "LogoBase64": "sample string 38",
      "Token": "sample string 39",
      "IsSuccess": true,
      "Message": "sample string 41",
      "ColumnName": "sample string 42",
      "SortDirection": "sample string 43",
      "RoleIds": [
        1,
        2
      ],
      "IsConsultant": true,
      "InspectorId": 45,
      "PlanId": 46,
      "IsParentConsultant": true,
      "CompanyUserIds": [
        1,
        2
      ],
      "FullName": "sample string 48",
      "IsSpecificCustomerByUserPlan": true,
      "IsCEUKCAPlan": true,
      "ParentAddress": "sample string 51",
      "DeviceAddress": "sample string 52",
      "LocalId": 53,
      "LocalParentId": 1,
      "Sites": [
        {
          "Id": 1,
          "CustomerId": 2,
          "Name": "sample string 3",
          "Description": "sample string 4",
          "IsHide": true,
          "CreatedBy": 6,
          "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
          "LastModifiedBy": 8,
          "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
          "CompanyName": "sample string 10",
          "LoginId": 11,
          "SiteLines": [
            {
              "Id": 1,
              "SiteId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "SiteLocalId": 10
            },
            {
              "Id": 1,
              "SiteId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "SiteLocalId": 10
            }
          ],
          "SiteLine": {
            "Id": 1,
            "SiteId": 2,
            "Name": "sample string 3",
            "IsHide": true,
            "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
            "CreatedBy": 6,
            "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
            "LastModifiedBy": 8,
            "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
            "DeletedBy": 1,
            "LocalId": 9,
            "SiteLocalId": 10
          },
          "SiteLocations": [
            {
              "Id": 1,
              "SiteId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "SiteLocalId": 10,
              "LocationLines": [
                {
                  "Id": 1,
                  "LocationId": 2,
                  "Name": "sample string 3",
                  "IsHide": true,
                  "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                  "CreatedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                  "LastModifiedBy": 8,
                  "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                  "DeletedBy": 1,
                  "LocalId": 9,
                  "LocationLocalId": 10
                },
                {
                  "Id": 1,
                  "LocationId": 2,
                  "Name": "sample string 3",
                  "IsHide": true,
                  "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                  "CreatedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                  "LastModifiedBy": 8,
                  "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                  "DeletedBy": 1,
                  "LocalId": 9,
                  "LocationLocalId": 10
                }
              ],
              "LocationLine": {
                "Id": 1,
                "LocationId": 2,
                "Name": "sample string 3",
                "IsHide": true,
                "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                "CreatedBy": 6,
                "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                "LastModifiedBy": 8,
                "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                "DeletedBy": 1,
                "LocalId": 9,
                "LocationLocalId": 10
              }
            },
            {
              "Id": 1,
              "SiteId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "SiteLocalId": 10,
              "LocationLines": [
                {
                  "Id": 1,
                  "LocationId": 2,
                  "Name": "sample string 3",
                  "IsHide": true,
                  "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                  "CreatedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                  "LastModifiedBy": 8,
                  "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                  "DeletedBy": 1,
                  "LocalId": 9,
                  "LocationLocalId": 10
                },
                {
                  "Id": 1,
                  "LocationId": 2,
                  "Name": "sample string 3",
                  "IsHide": true,
                  "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                  "CreatedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                  "LastModifiedBy": 8,
                  "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                  "DeletedBy": 1,
                  "LocalId": 9,
                  "LocationLocalId": 10
                }
              ],
              "LocationLine": {
                "Id": 1,
                "LocationId": 2,
                "Name": "sample string 3",
                "IsHide": true,
                "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                "CreatedBy": 6,
                "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                "LastModifiedBy": 8,
                "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                "DeletedBy": 1,
                "LocalId": 9,
                "LocationLocalId": 10
              }
            }
          ],
          "SiteLocation": {
            "Id": 1,
            "SiteId": 2,
            "Name": "sample string 3",
            "IsHide": true,
            "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
            "CreatedBy": 6,
            "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
            "LastModifiedBy": 8,
            "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
            "DeletedBy": 1,
            "LocalId": 9,
            "SiteLocalId": 10,
            "LocationLines": [
              {
                "Id": 1,
                "LocationId": 2,
                "Name": "sample string 3",
                "IsHide": true,
                "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                "CreatedBy": 6,
                "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                "LastModifiedBy": 8,
                "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                "DeletedBy": 1,
                "LocalId": 9,
                "LocationLocalId": 10
              },
              {
                "Id": 1,
                "LocationId": 2,
                "Name": "sample string 3",
                "IsHide": true,
                "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                "CreatedBy": 6,
                "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                "LastModifiedBy": 8,
                "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                "DeletedBy": 1,
                "LocalId": 9,
                "LocationLocalId": 10
              }
            ],
            "LocationLine": {
              "Id": 1,
              "LocationId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "LocationLocalId": 10
            }
          },
          "LocalId": 12,
          "LocalCustomerId": 13
        },
        {
          "Id": 1,
          "CustomerId": 2,
          "Name": "sample string 3",
          "Description": "sample string 4",
          "IsHide": true,
          "CreatedBy": 6,
          "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
          "LastModifiedBy": 8,
          "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
          "CompanyName": "sample string 10",
          "LoginId": 11,
          "SiteLines": [
            {
              "Id": 1,
              "SiteId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "SiteLocalId": 10
            },
            {
              "Id": 1,
              "SiteId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "SiteLocalId": 10
            }
          ],
          "SiteLine": {
            "Id": 1,
            "SiteId": 2,
            "Name": "sample string 3",
            "IsHide": true,
            "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
            "CreatedBy": 6,
            "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
            "LastModifiedBy": 8,
            "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
            "DeletedBy": 1,
            "LocalId": 9,
            "SiteLocalId": 10
          },
          "SiteLocations": [
            {
              "Id": 1,
              "SiteId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "SiteLocalId": 10,
              "LocationLines": [
                {
                  "Id": 1,
                  "LocationId": 2,
                  "Name": "sample string 3",
                  "IsHide": true,
                  "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                  "CreatedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                  "LastModifiedBy": 8,
                  "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                  "DeletedBy": 1,
                  "LocalId": 9,
                  "LocationLocalId": 10
                },
                {
                  "Id": 1,
                  "LocationId": 2,
                  "Name": "sample string 3",
                  "IsHide": true,
                  "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                  "CreatedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                  "LastModifiedBy": 8,
                  "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                  "DeletedBy": 1,
                  "LocalId": 9,
                  "LocationLocalId": 10
                }
              ],
              "LocationLine": {
                "Id": 1,
                "LocationId": 2,
                "Name": "sample string 3",
                "IsHide": true,
                "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                "CreatedBy": 6,
                "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                "LastModifiedBy": 8,
                "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                "DeletedBy": 1,
                "LocalId": 9,
                "LocationLocalId": 10
              }
            },
            {
              "Id": 1,
              "SiteId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "SiteLocalId": 10,
              "LocationLines": [
                {
                  "Id": 1,
                  "LocationId": 2,
                  "Name": "sample string 3",
                  "IsHide": true,
                  "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                  "CreatedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                  "LastModifiedBy": 8,
                  "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                  "DeletedBy": 1,
                  "LocalId": 9,
                  "LocationLocalId": 10
                },
                {
                  "Id": 1,
                  "LocationId": 2,
                  "Name": "sample string 3",
                  "IsHide": true,
                  "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                  "CreatedBy": 6,
                  "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                  "LastModifiedBy": 8,
                  "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                  "DeletedBy": 1,
                  "LocalId": 9,
                  "LocationLocalId": 10
                }
              ],
              "LocationLine": {
                "Id": 1,
                "LocationId": 2,
                "Name": "sample string 3",
                "IsHide": true,
                "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                "CreatedBy": 6,
                "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                "LastModifiedBy": 8,
                "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                "DeletedBy": 1,
                "LocalId": 9,
                "LocationLocalId": 10
              }
            }
          ],
          "SiteLocation": {
            "Id": 1,
            "SiteId": 2,
            "Name": "sample string 3",
            "IsHide": true,
            "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
            "CreatedBy": 6,
            "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
            "LastModifiedBy": 8,
            "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
            "DeletedBy": 1,
            "LocalId": 9,
            "SiteLocalId": 10,
            "LocationLines": [
              {
                "Id": 1,
                "LocationId": 2,
                "Name": "sample string 3",
                "IsHide": true,
                "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                "CreatedBy": 6,
                "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                "LastModifiedBy": 8,
                "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                "DeletedBy": 1,
                "LocalId": 9,
                "LocationLocalId": 10
              },
              {
                "Id": 1,
                "LocationId": 2,
                "Name": "sample string 3",
                "IsHide": true,
                "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
                "CreatedBy": 6,
                "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
                "LastModifiedBy": 8,
                "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
                "DeletedBy": 1,
                "LocalId": 9,
                "LocationLocalId": 10
              }
            ],
            "LocationLine": {
              "Id": 1,
              "LocationId": 2,
              "Name": "sample string 3",
              "IsHide": true,
              "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
              "CreatedBy": 6,
              "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
              "LastModifiedBy": 8,
              "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
              "DeletedBy": 1,
              "LocalId": 9,
              "LocationLocalId": 10
            }
          },
          "LocalId": 12,
          "LocalCustomerId": 13
        }
      ],
      "CompanyUserSites": [
        {
          "Id": 1,
          "CustomerId": 2,
          "SiteId": 3,
          "CreatedBy": 4,
          "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
          "LastModifiedBy": 6,
          "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
          "CompanyName": "sample string 8"
        },
        {
          "Id": 1,
          "CustomerId": 2,
          "SiteId": 3,
          "CreatedBy": 4,
          "CreatedDate": "2025-08-29T20:23:53.766642+00:00",
          "LastModifiedBy": 6,
          "LastModifiedDate": "2025-08-29T20:23:53.766642+00:00",
          "DeletedBy": 1,
          "DeletedDate": "2025-08-29T20:23:53.766642+00:00",
          "CompanyName": "sample string 8"
        }
      ],
      "CustomerCompanys": "sample string 54",
      "CustomerCompanyLists": [
        "sample string 1",
        "sample string 2"
      ],
      "LoginUserId": 55
    }
  ]
}

application/xml, text/xml

Sample:
<CustomerLister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
  <Customers>
    <Customer>
      <City>sample string 9</City>
      <ColumnName>sample string 36</ColumnName>
      <CompanyCode>sample string 4</CompanyCode>
      <CompanyName>sample string 6</CompanyName>
      <County>sample string 10</County>
      <CreatedBy>1</CreatedBy>
      <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
      <CustomerLogoPath>sample string 32</CustomerLogoPath>
      <CustomerName>sample string 5</CustomerName>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
      <Department>sample string 28</Department>
      <EmailAddress>sample string 12</EmailAddress>
      <FirstName>sample string 2</FirstName>
      <FullName>sample string 38</FullName>
      <Id>1</Id>
      <ImageBase64>sample string 33</ImageBase64>
      <ImageName>sample string 16</ImageName>
      <IsActive>true</IsActive>
      <IsApp>true</IsApp>
      <IsApproved>true</IsApproved>
      <IsCollaboration>true</IsCollaboration>
      <IsConsultant>true</IsConsultant>
      <IsDemo>true</IsDemo>
      <IsMyMachineSafe>true</IsMyMachineSafe>
      <IsParentConsultant>true</IsParentConsultant>
      <IsRequestMyMachineSafe>true</IsRequestMyMachineSafe>
      <IsTwoFA>true</IsTwoFA>
      <IsWeb>true</IsWeb>
      <LastLoggedOnDate>2025-08-29T20:23:53.766642+00:00</LastLoggedOnDate>
      <LastModifiedBy>1</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
      <LastName>sample string 3</LastName>
      <Line1>sample string 7</Line1>
      <Line2>sample string 8</Line2>
      <LocalId>41</LocalId>
      <LocalParentId>1</LocalParentId>
      <Location>sample string 29</Location>
      <LogoPath>sample string 31</LogoPath>
      <ParentId>1</ParentId>
      <Password>sample string 13</Password>
      <PasswordHash>sample string 35</PasswordHash>
      <PhoneNumber>sample string 14</PhoneNumber>
      <PlainTextPassword>sample string 24</PlainTextPassword>
      <PlanId>27</PlanId>
      <PlanName>sample string 39</PlanName>
      <PostCode>sample string 11</PostCode>
      <ProfilePhotoStoragePath>sample string 23</ProfilePhotoStoragePath>
      <RoleId>15</RoleId>
      <SiteTypeId>30</SiteTypeId>
      <SortDirection>sample string 37</SortDirection>
      <TwoFADate>2025-08-29T20:23:53.766642+00:00</TwoFADate>
      <TwoFactorSecretKey>sample string 25</TwoFactorSecretKey>
      <UserLevelId>1</UserLevelId>
      <UserLevelName>sample string 40</UserLevelName>
    </Customer>
    <Customer>
      <City>sample string 9</City>
      <ColumnName>sample string 36</ColumnName>
      <CompanyCode>sample string 4</CompanyCode>
      <CompanyName>sample string 6</CompanyName>
      <County>sample string 10</County>
      <CreatedBy>1</CreatedBy>
      <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
      <CustomerLogoPath>sample string 32</CustomerLogoPath>
      <CustomerName>sample string 5</CustomerName>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
      <Department>sample string 28</Department>
      <EmailAddress>sample string 12</EmailAddress>
      <FirstName>sample string 2</FirstName>
      <FullName>sample string 38</FullName>
      <Id>1</Id>
      <ImageBase64>sample string 33</ImageBase64>
      <ImageName>sample string 16</ImageName>
      <IsActive>true</IsActive>
      <IsApp>true</IsApp>
      <IsApproved>true</IsApproved>
      <IsCollaboration>true</IsCollaboration>
      <IsConsultant>true</IsConsultant>
      <IsDemo>true</IsDemo>
      <IsMyMachineSafe>true</IsMyMachineSafe>
      <IsParentConsultant>true</IsParentConsultant>
      <IsRequestMyMachineSafe>true</IsRequestMyMachineSafe>
      <IsTwoFA>true</IsTwoFA>
      <IsWeb>true</IsWeb>
      <LastLoggedOnDate>2025-08-29T20:23:53.766642+00:00</LastLoggedOnDate>
      <LastModifiedBy>1</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
      <LastName>sample string 3</LastName>
      <Line1>sample string 7</Line1>
      <Line2>sample string 8</Line2>
      <LocalId>41</LocalId>
      <LocalParentId>1</LocalParentId>
      <Location>sample string 29</Location>
      <LogoPath>sample string 31</LogoPath>
      <ParentId>1</ParentId>
      <Password>sample string 13</Password>
      <PasswordHash>sample string 35</PasswordHash>
      <PhoneNumber>sample string 14</PhoneNumber>
      <PlainTextPassword>sample string 24</PlainTextPassword>
      <PlanId>27</PlanId>
      <PlanName>sample string 39</PlanName>
      <PostCode>sample string 11</PostCode>
      <ProfilePhotoStoragePath>sample string 23</ProfilePhotoStoragePath>
      <RoleId>15</RoleId>
      <SiteTypeId>30</SiteTypeId>
      <SortDirection>sample string 37</SortDirection>
      <TwoFADate>2025-08-29T20:23:53.766642+00:00</TwoFADate>
      <TwoFactorSecretKey>sample string 25</TwoFactorSecretKey>
      <UserLevelId>1</UserLevelId>
      <UserLevelName>sample string 40</UserLevelName>
    </Customer>
  </Customers>
  <GetAllCustomers>
    <User>
      <AndroidFCMToken>sample string 30</AndroidFCMToken>
      <City>sample string 8</City>
      <Code>33</Code>
      <ColumnName>sample string 42</ColumnName>
      <CompanyCode>sample string 4</CompanyCode>
      <CompanyName>sample string 5</CompanyName>
      <CompanyUserIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </CompanyUserIds>
      <CompanyUserSites>
        <CompanyUserSite>
          <CompanyName>sample string 8</CompanyName>
          <CreatedBy>4</CreatedBy>
          <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
          <CustomerId>2</CustomerId>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
          <Id>1</Id>
          <LastModifiedBy>6</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
          <SiteId>3</SiteId>
        </CompanyUserSite>
        <CompanyUserSite>
          <CompanyName>sample string 8</CompanyName>
          <CreatedBy>4</CreatedBy>
          <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
          <CustomerId>2</CustomerId>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
          <Id>1</Id>
          <LastModifiedBy>6</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
          <SiteId>3</SiteId>
        </CompanyUserSite>
      </CompanyUserSites>
      <County>sample string 9</County>
      <CreatedBy>1</CreatedBy>
      <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
      <CustomerCompanyLists xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </CustomerCompanyLists>
      <CustomerCompanys>sample string 54</CustomerCompanys>
      <CustomerLogoPath>sample string 17</CustomerLogoPath>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
      <Department>sample string 27</Department>
      <DeviceAddress>sample string 52</DeviceAddress>
      <EmailAddress>sample string 11</EmailAddress>
      <FirstName>sample string 2</FirstName>
      <FullName>sample string 48</FullName>
      <IOSFCMToken>sample string 31</IOSFCMToken>
      <Id>1</Id>
      <ImageBase64>sample string 35</ImageBase64>
      <ImageName>sample string 23</ImageName>
      <InspectorId>45</InspectorId>
      <IsActive>true</IsActive>
      <IsApproved>true</IsApproved>
      <IsCEUKCAPlan>true</IsCEUKCAPlan>
      <IsCollaboration>true</IsCollaboration>
      <IsConsultant>true</IsConsultant>
      <IsCustomerSpecifed>true</IsCustomerSpecifed>
      <IsDemo>true</IsDemo>
      <IsMyMachineSafe>true</IsMyMachineSafe>
      <IsParentConsultant>true</IsParentConsultant>
      <IsRequestMyMachineSafe>true</IsRequestMyMachineSafe>
      <IsSpecificCustomerByUserPlan>true</IsSpecificCustomerByUserPlan>
      <IsSuccess>true</IsSuccess>
      <IsTwoFA>true</IsTwoFA>
      <LastLoggedOnDate>2025-08-29T20:23:53.766642+00:00</LastLoggedOnDate>
      <LastModifiedBy>1</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
      <LastName>sample string 3</LastName>
      <Line1>sample string 6</Line1>
      <Line2>sample string 7</Line2>
      <LocalId>53</LocalId>
      <LocalParentId>1</LocalParentId>
      <Location>sample string 28</Location>
      <LoginUserId>55</LoginUserId>
      <LogoBase64>sample string 38</LogoBase64>
      <LogoPath>sample string 16</LogoPath>
      <Message>sample string 41</Message>
      <ParentAddress>sample string 51</ParentAddress>
      <ParentId>1</ParentId>
      <Password>sample string 12</Password>
      <PasswordHash>sample string 37</PasswordHash>
      <PhoneNumber>sample string 13</PhoneNumber>
      <PlainTextPassword>sample string 24</PlainTextPassword>
      <PlanId>46</PlanId>
      <PlanName>sample string 34</PlanName>
      <PostCode>sample string 10</PostCode>
      <ProfilePhotoStoragePath>sample string 36</ProfilePhotoStoragePath>
      <RoleId>14</RoleId>
      <RoleIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </RoleIds>
      <SiteTypeId>29</SiteTypeId>
      <Sites>
        <Site>
          <CompanyName>sample string 10</CompanyName>
          <CreatedBy>6</CreatedBy>
          <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
          <CustomerId>2</CustomerId>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
          <Description>sample string 4</Description>
          <Id>1</Id>
          <IsHide>true</IsHide>
          <LastModifiedBy>8</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
          <LocalCustomerId>13</LocalCustomerId>
          <LocalId>12</LocalId>
          <LoginId>11</LoginId>
          <Name>sample string 3</Name>
          <SiteLine>
            <CreatedBy>6</CreatedBy>
            <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
            <DeletedBy>1</DeletedBy>
            <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
            <Id>1</Id>
            <IsHide>true</IsHide>
            <LastModifiedBy>8</LastModifiedBy>
            <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
            <LocalId>9</LocalId>
            <Name>sample string 3</Name>
            <SiteId>2</SiteId>
            <SiteLocalId>10</SiteLocalId>
          </SiteLine>
          <SiteLines>
            <SiteLine>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <Name>sample string 3</Name>
              <SiteId>2</SiteId>
              <SiteLocalId>10</SiteLocalId>
            </SiteLine>
            <SiteLine>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <Name>sample string 3</Name>
              <SiteId>2</SiteId>
              <SiteLocalId>10</SiteLocalId>
            </SiteLine>
          </SiteLines>
          <SiteLocation>
            <CreatedBy>6</CreatedBy>
            <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
            <DeletedBy>1</DeletedBy>
            <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
            <Id>1</Id>
            <IsHide>true</IsHide>
            <LastModifiedBy>8</LastModifiedBy>
            <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
            <LocalId>9</LocalId>
            <LocationLine>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <LocationId>2</LocationId>
              <LocationLocalId>10</LocationLocalId>
              <Name>sample string 3</Name>
            </LocationLine>
            <LocationLines>
              <LocationLine>
                <CreatedBy>6</CreatedBy>
                <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                <DeletedBy>1</DeletedBy>
                <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                <Id>1</Id>
                <IsHide>true</IsHide>
                <LastModifiedBy>8</LastModifiedBy>
                <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                <LocalId>9</LocalId>
                <LocationId>2</LocationId>
                <LocationLocalId>10</LocationLocalId>
                <Name>sample string 3</Name>
              </LocationLine>
              <LocationLine>
                <CreatedBy>6</CreatedBy>
                <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                <DeletedBy>1</DeletedBy>
                <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                <Id>1</Id>
                <IsHide>true</IsHide>
                <LastModifiedBy>8</LastModifiedBy>
                <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                <LocalId>9</LocalId>
                <LocationId>2</LocationId>
                <LocationLocalId>10</LocationLocalId>
                <Name>sample string 3</Name>
              </LocationLine>
            </LocationLines>
            <Name>sample string 3</Name>
            <SiteId>2</SiteId>
            <SiteLocalId>10</SiteLocalId>
          </SiteLocation>
          <SiteLocations>
            <SiteLocation>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <LocationLine>
                <CreatedBy>6</CreatedBy>
                <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                <DeletedBy>1</DeletedBy>
                <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                <Id>1</Id>
                <IsHide>true</IsHide>
                <LastModifiedBy>8</LastModifiedBy>
                <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                <LocalId>9</LocalId>
                <LocationId>2</LocationId>
                <LocationLocalId>10</LocationLocalId>
                <Name>sample string 3</Name>
              </LocationLine>
              <LocationLines>
                <LocationLine>
                  <CreatedBy>6</CreatedBy>
                  <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                  <Id>1</Id>
                  <IsHide>true</IsHide>
                  <LastModifiedBy>8</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                  <LocalId>9</LocalId>
                  <LocationId>2</LocationId>
                  <LocationLocalId>10</LocationLocalId>
                  <Name>sample string 3</Name>
                </LocationLine>
                <LocationLine>
                  <CreatedBy>6</CreatedBy>
                  <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                  <Id>1</Id>
                  <IsHide>true</IsHide>
                  <LastModifiedBy>8</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                  <LocalId>9</LocalId>
                  <LocationId>2</LocationId>
                  <LocationLocalId>10</LocationLocalId>
                  <Name>sample string 3</Name>
                </LocationLine>
              </LocationLines>
              <Name>sample string 3</Name>
              <SiteId>2</SiteId>
              <SiteLocalId>10</SiteLocalId>
            </SiteLocation>
            <SiteLocation>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <LocationLine>
                <CreatedBy>6</CreatedBy>
                <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                <DeletedBy>1</DeletedBy>
                <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                <Id>1</Id>
                <IsHide>true</IsHide>
                <LastModifiedBy>8</LastModifiedBy>
                <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                <LocalId>9</LocalId>
                <LocationId>2</LocationId>
                <LocationLocalId>10</LocationLocalId>
                <Name>sample string 3</Name>
              </LocationLine>
              <LocationLines>
                <LocationLine>
                  <CreatedBy>6</CreatedBy>
                  <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                  <Id>1</Id>
                  <IsHide>true</IsHide>
                  <LastModifiedBy>8</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                  <LocalId>9</LocalId>
                  <LocationId>2</LocationId>
                  <LocationLocalId>10</LocationLocalId>
                  <Name>sample string 3</Name>
                </LocationLine>
                <LocationLine>
                  <CreatedBy>6</CreatedBy>
                  <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                  <Id>1</Id>
                  <IsHide>true</IsHide>
                  <LastModifiedBy>8</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                  <LocalId>9</LocalId>
                  <LocationId>2</LocationId>
                  <LocationLocalId>10</LocationLocalId>
                  <Name>sample string 3</Name>
                </LocationLine>
              </LocationLines>
              <Name>sample string 3</Name>
              <SiteId>2</SiteId>
              <SiteLocalId>10</SiteLocalId>
            </SiteLocation>
          </SiteLocations>
        </Site>
        <Site>
          <CompanyName>sample string 10</CompanyName>
          <CreatedBy>6</CreatedBy>
          <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
          <CustomerId>2</CustomerId>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
          <Description>sample string 4</Description>
          <Id>1</Id>
          <IsHide>true</IsHide>
          <LastModifiedBy>8</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
          <LocalCustomerId>13</LocalCustomerId>
          <LocalId>12</LocalId>
          <LoginId>11</LoginId>
          <Name>sample string 3</Name>
          <SiteLine>
            <CreatedBy>6</CreatedBy>
            <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
            <DeletedBy>1</DeletedBy>
            <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
            <Id>1</Id>
            <IsHide>true</IsHide>
            <LastModifiedBy>8</LastModifiedBy>
            <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
            <LocalId>9</LocalId>
            <Name>sample string 3</Name>
            <SiteId>2</SiteId>
            <SiteLocalId>10</SiteLocalId>
          </SiteLine>
          <SiteLines>
            <SiteLine>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <Name>sample string 3</Name>
              <SiteId>2</SiteId>
              <SiteLocalId>10</SiteLocalId>
            </SiteLine>
            <SiteLine>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <Name>sample string 3</Name>
              <SiteId>2</SiteId>
              <SiteLocalId>10</SiteLocalId>
            </SiteLine>
          </SiteLines>
          <SiteLocation>
            <CreatedBy>6</CreatedBy>
            <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
            <DeletedBy>1</DeletedBy>
            <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
            <Id>1</Id>
            <IsHide>true</IsHide>
            <LastModifiedBy>8</LastModifiedBy>
            <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
            <LocalId>9</LocalId>
            <LocationLine>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <LocationId>2</LocationId>
              <LocationLocalId>10</LocationLocalId>
              <Name>sample string 3</Name>
            </LocationLine>
            <LocationLines>
              <LocationLine>
                <CreatedBy>6</CreatedBy>
                <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                <DeletedBy>1</DeletedBy>
                <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                <Id>1</Id>
                <IsHide>true</IsHide>
                <LastModifiedBy>8</LastModifiedBy>
                <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                <LocalId>9</LocalId>
                <LocationId>2</LocationId>
                <LocationLocalId>10</LocationLocalId>
                <Name>sample string 3</Name>
              </LocationLine>
              <LocationLine>
                <CreatedBy>6</CreatedBy>
                <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                <DeletedBy>1</DeletedBy>
                <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                <Id>1</Id>
                <IsHide>true</IsHide>
                <LastModifiedBy>8</LastModifiedBy>
                <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                <LocalId>9</LocalId>
                <LocationId>2</LocationId>
                <LocationLocalId>10</LocationLocalId>
                <Name>sample string 3</Name>
              </LocationLine>
            </LocationLines>
            <Name>sample string 3</Name>
            <SiteId>2</SiteId>
            <SiteLocalId>10</SiteLocalId>
          </SiteLocation>
          <SiteLocations>
            <SiteLocation>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <LocationLine>
                <CreatedBy>6</CreatedBy>
                <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                <DeletedBy>1</DeletedBy>
                <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                <Id>1</Id>
                <IsHide>true</IsHide>
                <LastModifiedBy>8</LastModifiedBy>
                <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                <LocalId>9</LocalId>
                <LocationId>2</LocationId>
                <LocationLocalId>10</LocationLocalId>
                <Name>sample string 3</Name>
              </LocationLine>
              <LocationLines>
                <LocationLine>
                  <CreatedBy>6</CreatedBy>
                  <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                  <Id>1</Id>
                  <IsHide>true</IsHide>
                  <LastModifiedBy>8</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                  <LocalId>9</LocalId>
                  <LocationId>2</LocationId>
                  <LocationLocalId>10</LocationLocalId>
                  <Name>sample string 3</Name>
                </LocationLine>
                <LocationLine>
                  <CreatedBy>6</CreatedBy>
                  <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                  <Id>1</Id>
                  <IsHide>true</IsHide>
                  <LastModifiedBy>8</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                  <LocalId>9</LocalId>
                  <LocationId>2</LocationId>
                  <LocationLocalId>10</LocationLocalId>
                  <Name>sample string 3</Name>
                </LocationLine>
              </LocationLines>
              <Name>sample string 3</Name>
              <SiteId>2</SiteId>
              <SiteLocalId>10</SiteLocalId>
            </SiteLocation>
            <SiteLocation>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <LocationLine>
                <CreatedBy>6</CreatedBy>
                <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                <DeletedBy>1</DeletedBy>
                <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                <Id>1</Id>
                <IsHide>true</IsHide>
                <LastModifiedBy>8</LastModifiedBy>
                <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                <LocalId>9</LocalId>
                <LocationId>2</LocationId>
                <LocationLocalId>10</LocationLocalId>
                <Name>sample string 3</Name>
              </LocationLine>
              <LocationLines>
                <LocationLine>
                  <CreatedBy>6</CreatedBy>
                  <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                  <Id>1</Id>
                  <IsHide>true</IsHide>
                  <LastModifiedBy>8</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                  <LocalId>9</LocalId>
                  <LocationId>2</LocationId>
                  <LocationLocalId>10</LocationLocalId>
                  <Name>sample string 3</Name>
                </LocationLine>
                <LocationLine>
                  <CreatedBy>6</CreatedBy>
                  <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                  <Id>1</Id>
                  <IsHide>true</IsHide>
                  <LastModifiedBy>8</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                  <LocalId>9</LocalId>
                  <LocationId>2</LocationId>
                  <LocationLocalId>10</LocationLocalId>
                  <Name>sample string 3</Name>
                </LocationLine>
              </LocationLines>
              <Name>sample string 3</Name>
              <SiteId>2</SiteId>
              <SiteLocalId>10</SiteLocalId>
            </SiteLocation>
          </SiteLocations>
        </Site>
      </Sites>
      <SortDirection>sample string 43</SortDirection>
      <Token>sample string 39</Token>
      <TwoFADate>2025-08-29T20:23:53.766642+00:00</TwoFADate>
      <TwoFactorSecretKey>sample string 25</TwoFactorSecretKey>
      <UserLevelId>1</UserLevelId>
      <UserLevelName>sample string 26</UserLevelName>
    </User>
    <User>
      <AndroidFCMToken>sample string 30</AndroidFCMToken>
      <City>sample string 8</City>
      <Code>33</Code>
      <ColumnName>sample string 42</ColumnName>
      <CompanyCode>sample string 4</CompanyCode>
      <CompanyName>sample string 5</CompanyName>
      <CompanyUserIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </CompanyUserIds>
      <CompanyUserSites>
        <CompanyUserSite>
          <CompanyName>sample string 8</CompanyName>
          <CreatedBy>4</CreatedBy>
          <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
          <CustomerId>2</CustomerId>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
          <Id>1</Id>
          <LastModifiedBy>6</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
          <SiteId>3</SiteId>
        </CompanyUserSite>
        <CompanyUserSite>
          <CompanyName>sample string 8</CompanyName>
          <CreatedBy>4</CreatedBy>
          <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
          <CustomerId>2</CustomerId>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
          <Id>1</Id>
          <LastModifiedBy>6</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
          <SiteId>3</SiteId>
        </CompanyUserSite>
      </CompanyUserSites>
      <County>sample string 9</County>
      <CreatedBy>1</CreatedBy>
      <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
      <CustomerCompanyLists xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </CustomerCompanyLists>
      <CustomerCompanys>sample string 54</CustomerCompanys>
      <CustomerLogoPath>sample string 17</CustomerLogoPath>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
      <Department>sample string 27</Department>
      <DeviceAddress>sample string 52</DeviceAddress>
      <EmailAddress>sample string 11</EmailAddress>
      <FirstName>sample string 2</FirstName>
      <FullName>sample string 48</FullName>
      <IOSFCMToken>sample string 31</IOSFCMToken>
      <Id>1</Id>
      <ImageBase64>sample string 35</ImageBase64>
      <ImageName>sample string 23</ImageName>
      <InspectorId>45</InspectorId>
      <IsActive>true</IsActive>
      <IsApproved>true</IsApproved>
      <IsCEUKCAPlan>true</IsCEUKCAPlan>
      <IsCollaboration>true</IsCollaboration>
      <IsConsultant>true</IsConsultant>
      <IsCustomerSpecifed>true</IsCustomerSpecifed>
      <IsDemo>true</IsDemo>
      <IsMyMachineSafe>true</IsMyMachineSafe>
      <IsParentConsultant>true</IsParentConsultant>
      <IsRequestMyMachineSafe>true</IsRequestMyMachineSafe>
      <IsSpecificCustomerByUserPlan>true</IsSpecificCustomerByUserPlan>
      <IsSuccess>true</IsSuccess>
      <IsTwoFA>true</IsTwoFA>
      <LastLoggedOnDate>2025-08-29T20:23:53.766642+00:00</LastLoggedOnDate>
      <LastModifiedBy>1</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
      <LastName>sample string 3</LastName>
      <Line1>sample string 6</Line1>
      <Line2>sample string 7</Line2>
      <LocalId>53</LocalId>
      <LocalParentId>1</LocalParentId>
      <Location>sample string 28</Location>
      <LoginUserId>55</LoginUserId>
      <LogoBase64>sample string 38</LogoBase64>
      <LogoPath>sample string 16</LogoPath>
      <Message>sample string 41</Message>
      <ParentAddress>sample string 51</ParentAddress>
      <ParentId>1</ParentId>
      <Password>sample string 12</Password>
      <PasswordHash>sample string 37</PasswordHash>
      <PhoneNumber>sample string 13</PhoneNumber>
      <PlainTextPassword>sample string 24</PlainTextPassword>
      <PlanId>46</PlanId>
      <PlanName>sample string 34</PlanName>
      <PostCode>sample string 10</PostCode>
      <ProfilePhotoStoragePath>sample string 36</ProfilePhotoStoragePath>
      <RoleId>14</RoleId>
      <RoleIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </RoleIds>
      <SiteTypeId>29</SiteTypeId>
      <Sites>
        <Site>
          <CompanyName>sample string 10</CompanyName>
          <CreatedBy>6</CreatedBy>
          <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
          <CustomerId>2</CustomerId>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
          <Description>sample string 4</Description>
          <Id>1</Id>
          <IsHide>true</IsHide>
          <LastModifiedBy>8</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
          <LocalCustomerId>13</LocalCustomerId>
          <LocalId>12</LocalId>
          <LoginId>11</LoginId>
          <Name>sample string 3</Name>
          <SiteLine>
            <CreatedBy>6</CreatedBy>
            <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
            <DeletedBy>1</DeletedBy>
            <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
            <Id>1</Id>
            <IsHide>true</IsHide>
            <LastModifiedBy>8</LastModifiedBy>
            <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
            <LocalId>9</LocalId>
            <Name>sample string 3</Name>
            <SiteId>2</SiteId>
            <SiteLocalId>10</SiteLocalId>
          </SiteLine>
          <SiteLines>
            <SiteLine>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <Name>sample string 3</Name>
              <SiteId>2</SiteId>
              <SiteLocalId>10</SiteLocalId>
            </SiteLine>
            <SiteLine>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <Name>sample string 3</Name>
              <SiteId>2</SiteId>
              <SiteLocalId>10</SiteLocalId>
            </SiteLine>
          </SiteLines>
          <SiteLocation>
            <CreatedBy>6</CreatedBy>
            <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
            <DeletedBy>1</DeletedBy>
            <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
            <Id>1</Id>
            <IsHide>true</IsHide>
            <LastModifiedBy>8</LastModifiedBy>
            <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
            <LocalId>9</LocalId>
            <LocationLine>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <LocationId>2</LocationId>
              <LocationLocalId>10</LocationLocalId>
              <Name>sample string 3</Name>
            </LocationLine>
            <LocationLines>
              <LocationLine>
                <CreatedBy>6</CreatedBy>
                <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                <DeletedBy>1</DeletedBy>
                <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                <Id>1</Id>
                <IsHide>true</IsHide>
                <LastModifiedBy>8</LastModifiedBy>
                <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                <LocalId>9</LocalId>
                <LocationId>2</LocationId>
                <LocationLocalId>10</LocationLocalId>
                <Name>sample string 3</Name>
              </LocationLine>
              <LocationLine>
                <CreatedBy>6</CreatedBy>
                <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                <DeletedBy>1</DeletedBy>
                <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                <Id>1</Id>
                <IsHide>true</IsHide>
                <LastModifiedBy>8</LastModifiedBy>
                <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                <LocalId>9</LocalId>
                <LocationId>2</LocationId>
                <LocationLocalId>10</LocationLocalId>
                <Name>sample string 3</Name>
              </LocationLine>
            </LocationLines>
            <Name>sample string 3</Name>
            <SiteId>2</SiteId>
            <SiteLocalId>10</SiteLocalId>
          </SiteLocation>
          <SiteLocations>
            <SiteLocation>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <LocationLine>
                <CreatedBy>6</CreatedBy>
                <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                <DeletedBy>1</DeletedBy>
                <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                <Id>1</Id>
                <IsHide>true</IsHide>
                <LastModifiedBy>8</LastModifiedBy>
                <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                <LocalId>9</LocalId>
                <LocationId>2</LocationId>
                <LocationLocalId>10</LocationLocalId>
                <Name>sample string 3</Name>
              </LocationLine>
              <LocationLines>
                <LocationLine>
                  <CreatedBy>6</CreatedBy>
                  <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                  <Id>1</Id>
                  <IsHide>true</IsHide>
                  <LastModifiedBy>8</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                  <LocalId>9</LocalId>
                  <LocationId>2</LocationId>
                  <LocationLocalId>10</LocationLocalId>
                  <Name>sample string 3</Name>
                </LocationLine>
                <LocationLine>
                  <CreatedBy>6</CreatedBy>
                  <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                  <Id>1</Id>
                  <IsHide>true</IsHide>
                  <LastModifiedBy>8</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                  <LocalId>9</LocalId>
                  <LocationId>2</LocationId>
                  <LocationLocalId>10</LocationLocalId>
                  <Name>sample string 3</Name>
                </LocationLine>
              </LocationLines>
              <Name>sample string 3</Name>
              <SiteId>2</SiteId>
              <SiteLocalId>10</SiteLocalId>
            </SiteLocation>
            <SiteLocation>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <LocationLine>
                <CreatedBy>6</CreatedBy>
                <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                <DeletedBy>1</DeletedBy>
                <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                <Id>1</Id>
                <IsHide>true</IsHide>
                <LastModifiedBy>8</LastModifiedBy>
                <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                <LocalId>9</LocalId>
                <LocationId>2</LocationId>
                <LocationLocalId>10</LocationLocalId>
                <Name>sample string 3</Name>
              </LocationLine>
              <LocationLines>
                <LocationLine>
                  <CreatedBy>6</CreatedBy>
                  <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                  <Id>1</Id>
                  <IsHide>true</IsHide>
                  <LastModifiedBy>8</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                  <LocalId>9</LocalId>
                  <LocationId>2</LocationId>
                  <LocationLocalId>10</LocationLocalId>
                  <Name>sample string 3</Name>
                </LocationLine>
                <LocationLine>
                  <CreatedBy>6</CreatedBy>
                  <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                  <Id>1</Id>
                  <IsHide>true</IsHide>
                  <LastModifiedBy>8</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                  <LocalId>9</LocalId>
                  <LocationId>2</LocationId>
                  <LocationLocalId>10</LocationLocalId>
                  <Name>sample string 3</Name>
                </LocationLine>
              </LocationLines>
              <Name>sample string 3</Name>
              <SiteId>2</SiteId>
              <SiteLocalId>10</SiteLocalId>
            </SiteLocation>
          </SiteLocations>
        </Site>
        <Site>
          <CompanyName>sample string 10</CompanyName>
          <CreatedBy>6</CreatedBy>
          <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
          <CustomerId>2</CustomerId>
          <DeletedBy>1</DeletedBy>
          <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
          <Description>sample string 4</Description>
          <Id>1</Id>
          <IsHide>true</IsHide>
          <LastModifiedBy>8</LastModifiedBy>
          <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
          <LocalCustomerId>13</LocalCustomerId>
          <LocalId>12</LocalId>
          <LoginId>11</LoginId>
          <Name>sample string 3</Name>
          <SiteLine>
            <CreatedBy>6</CreatedBy>
            <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
            <DeletedBy>1</DeletedBy>
            <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
            <Id>1</Id>
            <IsHide>true</IsHide>
            <LastModifiedBy>8</LastModifiedBy>
            <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
            <LocalId>9</LocalId>
            <Name>sample string 3</Name>
            <SiteId>2</SiteId>
            <SiteLocalId>10</SiteLocalId>
          </SiteLine>
          <SiteLines>
            <SiteLine>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <Name>sample string 3</Name>
              <SiteId>2</SiteId>
              <SiteLocalId>10</SiteLocalId>
            </SiteLine>
            <SiteLine>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <Name>sample string 3</Name>
              <SiteId>2</SiteId>
              <SiteLocalId>10</SiteLocalId>
            </SiteLine>
          </SiteLines>
          <SiteLocation>
            <CreatedBy>6</CreatedBy>
            <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
            <DeletedBy>1</DeletedBy>
            <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
            <Id>1</Id>
            <IsHide>true</IsHide>
            <LastModifiedBy>8</LastModifiedBy>
            <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
            <LocalId>9</LocalId>
            <LocationLine>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <LocationId>2</LocationId>
              <LocationLocalId>10</LocationLocalId>
              <Name>sample string 3</Name>
            </LocationLine>
            <LocationLines>
              <LocationLine>
                <CreatedBy>6</CreatedBy>
                <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                <DeletedBy>1</DeletedBy>
                <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                <Id>1</Id>
                <IsHide>true</IsHide>
                <LastModifiedBy>8</LastModifiedBy>
                <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                <LocalId>9</LocalId>
                <LocationId>2</LocationId>
                <LocationLocalId>10</LocationLocalId>
                <Name>sample string 3</Name>
              </LocationLine>
              <LocationLine>
                <CreatedBy>6</CreatedBy>
                <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                <DeletedBy>1</DeletedBy>
                <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                <Id>1</Id>
                <IsHide>true</IsHide>
                <LastModifiedBy>8</LastModifiedBy>
                <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                <LocalId>9</LocalId>
                <LocationId>2</LocationId>
                <LocationLocalId>10</LocationLocalId>
                <Name>sample string 3</Name>
              </LocationLine>
            </LocationLines>
            <Name>sample string 3</Name>
            <SiteId>2</SiteId>
            <SiteLocalId>10</SiteLocalId>
          </SiteLocation>
          <SiteLocations>
            <SiteLocation>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <LocationLine>
                <CreatedBy>6</CreatedBy>
                <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                <DeletedBy>1</DeletedBy>
                <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                <Id>1</Id>
                <IsHide>true</IsHide>
                <LastModifiedBy>8</LastModifiedBy>
                <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                <LocalId>9</LocalId>
                <LocationId>2</LocationId>
                <LocationLocalId>10</LocationLocalId>
                <Name>sample string 3</Name>
              </LocationLine>
              <LocationLines>
                <LocationLine>
                  <CreatedBy>6</CreatedBy>
                  <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                  <Id>1</Id>
                  <IsHide>true</IsHide>
                  <LastModifiedBy>8</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                  <LocalId>9</LocalId>
                  <LocationId>2</LocationId>
                  <LocationLocalId>10</LocationLocalId>
                  <Name>sample string 3</Name>
                </LocationLine>
                <LocationLine>
                  <CreatedBy>6</CreatedBy>
                  <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                  <Id>1</Id>
                  <IsHide>true</IsHide>
                  <LastModifiedBy>8</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                  <LocalId>9</LocalId>
                  <LocationId>2</LocationId>
                  <LocationLocalId>10</LocationLocalId>
                  <Name>sample string 3</Name>
                </LocationLine>
              </LocationLines>
              <Name>sample string 3</Name>
              <SiteId>2</SiteId>
              <SiteLocalId>10</SiteLocalId>
            </SiteLocation>
            <SiteLocation>
              <CreatedBy>6</CreatedBy>
              <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
              <DeletedBy>1</DeletedBy>
              <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
              <Id>1</Id>
              <IsHide>true</IsHide>
              <LastModifiedBy>8</LastModifiedBy>
              <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
              <LocalId>9</LocalId>
              <LocationLine>
                <CreatedBy>6</CreatedBy>
                <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                <DeletedBy>1</DeletedBy>
                <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                <Id>1</Id>
                <IsHide>true</IsHide>
                <LastModifiedBy>8</LastModifiedBy>
                <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                <LocalId>9</LocalId>
                <LocationId>2</LocationId>
                <LocationLocalId>10</LocationLocalId>
                <Name>sample string 3</Name>
              </LocationLine>
              <LocationLines>
                <LocationLine>
                  <CreatedBy>6</CreatedBy>
                  <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                  <Id>1</Id>
                  <IsHide>true</IsHide>
                  <LastModifiedBy>8</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                  <LocalId>9</LocalId>
                  <LocationId>2</LocationId>
                  <LocationLocalId>10</LocationLocalId>
                  <Name>sample string 3</Name>
                </LocationLine>
                <LocationLine>
                  <CreatedBy>6</CreatedBy>
                  <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
                  <DeletedBy>1</DeletedBy>
                  <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
                  <Id>1</Id>
                  <IsHide>true</IsHide>
                  <LastModifiedBy>8</LastModifiedBy>
                  <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
                  <LocalId>9</LocalId>
                  <LocationId>2</LocationId>
                  <LocationLocalId>10</LocationLocalId>
                  <Name>sample string 3</Name>
                </LocationLine>
              </LocationLines>
              <Name>sample string 3</Name>
              <SiteId>2</SiteId>
              <SiteLocalId>10</SiteLocalId>
            </SiteLocation>
          </SiteLocations>
        </Site>
      </Sites>
      <SortDirection>sample string 43</SortDirection>
      <Token>sample string 39</Token>
      <TwoFADate>2025-08-29T20:23:53.766642+00:00</TwoFADate>
      <TwoFactorSecretKey>sample string 25</TwoFactorSecretKey>
      <UserLevelId>1</UserLevelId>
      <UserLevelName>sample string 26</UserLevelName>
    </User>
  </GetAllCustomers>
  <Pager>
    <CurrentPage>4</CurrentPage>
    <PageSize>1</PageSize>
    <Skip>3</Skip>
    <Take>2</Take>
    <TotalPage>sample string 5</TotalPage>
    <TotalRecord>6</TotalRecord>
  </Pager>
  <SearchCriteria>
    <City>sample string 9</City>
    <ColumnName>sample string 36</ColumnName>
    <CompanyCode>sample string 4</CompanyCode>
    <CompanyName>sample string 6</CompanyName>
    <County>sample string 10</County>
    <CreatedBy>1</CreatedBy>
    <CreatedDate>2025-08-29T20:23:53.766642+00:00</CreatedDate>
    <CustomerLogoPath>sample string 32</CustomerLogoPath>
    <CustomerName>sample string 5</CustomerName>
    <DeletedBy>1</DeletedBy>
    <DeletedDate>2025-08-29T20:23:53.766642+00:00</DeletedDate>
    <Department>sample string 28</Department>
    <EmailAddress>sample string 12</EmailAddress>
    <FirstName>sample string 2</FirstName>
    <FullName>sample string 38</FullName>
    <Id>1</Id>
    <ImageBase64>sample string 33</ImageBase64>
    <ImageName>sample string 16</ImageName>
    <IsActive>true</IsActive>
    <IsApp>true</IsApp>
    <IsApproved>true</IsApproved>
    <IsCollaboration>true</IsCollaboration>
    <IsConsultant>true</IsConsultant>
    <IsDemo>true</IsDemo>
    <IsMyMachineSafe>true</IsMyMachineSafe>
    <IsParentConsultant>true</IsParentConsultant>
    <IsRequestMyMachineSafe>true</IsRequestMyMachineSafe>
    <IsTwoFA>true</IsTwoFA>
    <IsWeb>true</IsWeb>
    <LastLoggedOnDate>2025-08-29T20:23:53.766642+00:00</LastLoggedOnDate>
    <LastModifiedBy>1</LastModifiedBy>
    <LastModifiedDate>2025-08-29T20:23:53.766642+00:00</LastModifiedDate>
    <LastName>sample string 3</LastName>
    <Line1>sample string 7</Line1>
    <Line2>sample string 8</Line2>
    <LocalId>41</LocalId>
    <LocalParentId>1</LocalParentId>
    <Location>sample string 29</Location>
    <LogoPath>sample string 31</LogoPath>
    <ParentId>1</ParentId>
    <Password>sample string 13</Password>
    <PasswordHash>sample string 35</PasswordHash>
    <PhoneNumber>sample string 14</PhoneNumber>
    <PlainTextPassword>sample string 24</PlainTextPassword>
    <PlanId>27</PlanId>
    <PlanName>sample string 39</PlanName>
    <PostCode>sample string 11</PostCode>
    <ProfilePhotoStoragePath>sample string 23</ProfilePhotoStoragePath>
    <RoleId>15</RoleId>
    <SiteTypeId>30</SiteTypeId>
    <SortDirection>sample string 37</SortDirection>
    <TwoFADate>2025-08-29T20:23:53.766642+00:00</TwoFADate>
    <TwoFactorSecretKey>sample string 25</TwoFactorSecretKey>
    <UserLevelId>1</UserLevelId>
    <UserLevelName>sample string 40</UserLevelName>
  </SearchCriteria>
</CustomerLister>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.