POST api/Clients/PagedSearch

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "pageSize": 1,
  "pageNum": 1,
  "sortField": "sample string 1",
  "sortDesc": true,
  "filters": {
    "businessTypes": [
      0,
      0,
      0
    ],
    "terms": "sample string 1",
    "isPeopleSearch": true,
    "standAloneOnly": true,
    "owner": "sample string 4",
    "isMine": true,
    "taxpayersOnly": true,
    "idNumber": "sample string 5",
    "isExactIdNumber": true,
    "idNumbers": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "isNotArchived": true,
    "externalId": 1,
    "hasExternalId": true,
    "myOrganizationOnly": true,
    "hasPaperlessId": true,
    "hasEmail": true,
    "hasCellphone": true,
    "paperlessId": "d4b7d60e-4bcf-4534-8267-3056da458529",
    "accountingId": "sample string 7",
    "notWithCampaignId": 1,
    "excludePersonIds": [
      "a8c6d8ab-9bf5-43cf-b297-c4baa64be1fe",
      "5ce06246-c2f0-470a-9caf-6b45677d88e7",
      "7ca4f332-dbf3-4a43-9cc7-0d4fd19ea7e7"
    ],
    "excludeBusinessIds": [
      "b8f06f87-ab54-4b66-b124-17e30bf28010",
      "9ee4d851-ceb4-403b-9c06-01b59ab9dc94",
      "5b63597e-170d-4830-8fb0-7e24ace3ca04"
    ],
    "clientIds": [
      "817734a8-8eef-4b0a-a5c0-0a0422c667e4",
      "8d88c793-4b82-4419-a5db-acbb55fe2e00",
      "3c90e111-bf77-4803-88e4-d1b9fb3f2ecb"
    ],
    "expectedBroadcastDate": "2026-02-26T23:07:07.4843832+02:00",
    "fromExpectedBroadcastDate": "2026-02-26T23:07:07.4843832+02:00",
    "fromBroadcastDate": "2026-02-26T23:07:07.4843832+02:00",
    "toBroadcastDate": "2026-02-26T23:07:07.4843832+02:00",
    "fromOrkaDate": "2026-02-26T23:07:07.4843832+02:00",
    "toOrkaDate": "2026-02-26T23:07:07.4843832+02:00",
    "isBroadcasted": true,
    "agentIds": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "taxYear": 1,
    "sharingPermission": 0
  }
}

text/xml

Sample:
<ClientSearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Heshev.Crm.DomainLogic.Common">
  <Filters>
    <AccountingId>sample string 7</AccountingId>
    <AgentIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
      <d3p1:string>sample string 3</d3p1:string>
    </AgentIds>
    <BusinessTypes>
      <BusinessType>Unknown</BusinessType>
      <BusinessType>Unknown</BusinessType>
      <BusinessType>Unknown</BusinessType>
    </BusinessTypes>
    <ClientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>817734a8-8eef-4b0a-a5c0-0a0422c667e4</d3p1:guid>
      <d3p1:guid>8d88c793-4b82-4419-a5db-acbb55fe2e00</d3p1:guid>
      <d3p1:guid>3c90e111-bf77-4803-88e4-d1b9fb3f2ecb</d3p1:guid>
    </ClientIds>
    <ExcludeBusinessIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>b8f06f87-ab54-4b66-b124-17e30bf28010</d3p1:guid>
      <d3p1:guid>9ee4d851-ceb4-403b-9c06-01b59ab9dc94</d3p1:guid>
      <d3p1:guid>5b63597e-170d-4830-8fb0-7e24ace3ca04</d3p1:guid>
    </ExcludeBusinessIds>
    <ExcludePersonIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:guid>a8c6d8ab-9bf5-43cf-b297-c4baa64be1fe</d3p1:guid>
      <d3p1:guid>5ce06246-c2f0-470a-9caf-6b45677d88e7</d3p1:guid>
      <d3p1:guid>7ca4f332-dbf3-4a43-9cc7-0d4fd19ea7e7</d3p1:guid>
    </ExcludePersonIds>
    <ExpectedBroadcastDate>2026-02-26T23:07:07.4843832+02:00</ExpectedBroadcastDate>
    <ExternalId>1</ExternalId>
    <FromBroadcastDate>2026-02-26T23:07:07.4843832+02:00</FromBroadcastDate>
    <FromExpectedBroadcastDate>2026-02-26T23:07:07.4843832+02:00</FromExpectedBroadcastDate>
    <FromOrkaDate>2026-02-26T23:07:07.4843832+02:00</FromOrkaDate>
    <HasCellphone>true</HasCellphone>
    <HasEmail>true</HasEmail>
    <HasExternalId>true</HasExternalId>
    <HasPaperlessId>true</HasPaperlessId>
    <IdNumber>sample string 5</IdNumber>
    <IdNumbers xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
      <d3p1:string>sample string 3</d3p1:string>
    </IdNumbers>
    <IsBroadcasted>true</IsBroadcasted>
    <IsExactIdNumber>true</IsExactIdNumber>
    <IsMine>true</IsMine>
    <IsNotArchived>true</IsNotArchived>
    <IsPeopleSearch>true</IsPeopleSearch>
    <MyOrganizationOnly>true</MyOrganizationOnly>
    <NotWithCampaignId>1</NotWithCampaignId>
    <Owner>sample string 4</Owner>
    <PaperlessId>d4b7d60e-4bcf-4534-8267-3056da458529</PaperlessId>
    <SharingPermission>Read</SharingPermission>
    <StandAloneOnly>true</StandAloneOnly>
    <TaxYear>1</TaxYear>
    <TaxpayersOnly>true</TaxpayersOnly>
    <Terms>sample string 1</Terms>
    <ToBroadcastDate>2026-02-26T23:07:07.4843832+02:00</ToBroadcastDate>
    <ToOrkaDate>2026-02-26T23:07:07.4843832+02:00</ToOrkaDate>
  </Filters>
  <PageNum>1</PageNum>
  <PageSize>1</PageSize>
  <SortDesc>true</SortDesc>
  <SortField>sample string 1</SortField>
</ClientSearchModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Total": 1,
  "PageSize": 2,
  "PageNum": 3,
  "Results": [
    {
      "related": [
        {
          "type": "Employee",
          "items": [
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            },
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            },
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            }
          ]
        },
        {
          "type": "Employee",
          "items": [
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            },
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            },
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            }
          ]
        },
        {
          "type": "Employee",
          "items": [
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            },
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            },
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            }
          ]
        }
      ],
      "shareRole": "sample string 1",
      "isShared": true,
      "user": {
        "Organization": {
          "Name": "sample string 1",
          "ImageUrl": "sample string 2",
          "HeshevId": "2f60d97a-9be1-45a7-a9de-09b4370c4dba",
          "PaperlessId": "sample string 3"
        },
        "Id": "sample string 1",
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "ImageUrl": "sample string 4",
        "Email": "sample string 5"
      },
      "agent": {
        "Organization": {
          "Name": "sample string 1",
          "ImageUrl": "sample string 2",
          "HeshevId": "2f60d97a-9be1-45a7-a9de-09b4370c4dba",
          "PaperlessId": "sample string 3"
        },
        "Id": "sample string 1",
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "ImageUrl": "sample string 4",
        "Email": "sample string 5"
      },
      "type": "Unknown",
      "id": "6fcb0e5f-1c18-415a-b9f9-157dd723774e",
      "name": "sample string 4",
      "spouseName": "sample string 5",
      "fname": "sample string 6",
      "lname": "sample string 7",
      "idNumber": "sample string 8",
      "address": "sample string 9",
      "phone": "sample string 10",
      "phoneArea": "sample string 11",
      "cellphone": "sample string 12",
      "cellphoneArea": "sample string 13",
      "spouseCellphone": "sample string 14",
      "spouseCellphoneArea": "sample string 15",
      "fax": "sample string 16",
      "email": "sample string 17",
      "spouseEmail": "sample string 18",
      "birthDate": "sample string 19",
      "isMainBusiness": true,
      "isActive": true,
      "professionDescription": "sample string 22",
      "representerId": 1,
      "isNotArchived": true,
      "paperlessId": "ca2c6905-604a-4be8-9caf-7a3827e700fe",
      "accountingId": "sample string 24",
      "accountingType": "sample string 25",
      "reportingPeriod": 0,
      "advancesFrequency": 1,
      "advancePercent": 1.1,
      "withholdingTaxPercent": 1.1,
      "externalId": 1,
      "externalType": 1,
      "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
      "broadcastData": {
        "TaxYear": 1,
        "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
        "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
        "BroadcastStatusId": 1
      }
    },
    {
      "related": [
        {
          "type": "Employee",
          "items": [
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            },
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            },
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            }
          ]
        },
        {
          "type": "Employee",
          "items": [
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            },
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            },
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            }
          ]
        },
        {
          "type": "Employee",
          "items": [
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            },
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            },
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            }
          ]
        }
      ],
      "shareRole": "sample string 1",
      "isShared": true,
      "user": {
        "Organization": {
          "Name": "sample string 1",
          "ImageUrl": "sample string 2",
          "HeshevId": "2f60d97a-9be1-45a7-a9de-09b4370c4dba",
          "PaperlessId": "sample string 3"
        },
        "Id": "sample string 1",
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "ImageUrl": "sample string 4",
        "Email": "sample string 5"
      },
      "agent": {
        "Organization": {
          "Name": "sample string 1",
          "ImageUrl": "sample string 2",
          "HeshevId": "2f60d97a-9be1-45a7-a9de-09b4370c4dba",
          "PaperlessId": "sample string 3"
        },
        "Id": "sample string 1",
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "ImageUrl": "sample string 4",
        "Email": "sample string 5"
      },
      "type": "Unknown",
      "id": "6fcb0e5f-1c18-415a-b9f9-157dd723774e",
      "name": "sample string 4",
      "spouseName": "sample string 5",
      "fname": "sample string 6",
      "lname": "sample string 7",
      "idNumber": "sample string 8",
      "address": "sample string 9",
      "phone": "sample string 10",
      "phoneArea": "sample string 11",
      "cellphone": "sample string 12",
      "cellphoneArea": "sample string 13",
      "spouseCellphone": "sample string 14",
      "spouseCellphoneArea": "sample string 15",
      "fax": "sample string 16",
      "email": "sample string 17",
      "spouseEmail": "sample string 18",
      "birthDate": "sample string 19",
      "isMainBusiness": true,
      "isActive": true,
      "professionDescription": "sample string 22",
      "representerId": 1,
      "isNotArchived": true,
      "paperlessId": "ca2c6905-604a-4be8-9caf-7a3827e700fe",
      "accountingId": "sample string 24",
      "accountingType": "sample string 25",
      "reportingPeriod": 0,
      "advancesFrequency": 1,
      "advancePercent": 1.1,
      "withholdingTaxPercent": 1.1,
      "externalId": 1,
      "externalType": 1,
      "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
      "broadcastData": {
        "TaxYear": 1,
        "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
        "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
        "BroadcastStatusId": 1
      }
    },
    {
      "related": [
        {
          "type": "Employee",
          "items": [
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            },
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            },
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            }
          ]
        },
        {
          "type": "Employee",
          "items": [
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            },
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            },
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            }
          ]
        },
        {
          "type": "Employee",
          "items": [
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            },
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            },
            {
              "connectionType": "Employee",
              "isActive": true,
              "connectionId": "57ef928f-e5d9-4f71-ac76-a63254a51dc4",
              "gender": 0,
              "percent": 1.1,
              "ownerId": 0,
              "notRegisterIsrael": true,
              "isControlling": true,
              "dividendRight": 1.1,
              "votingRight": 1.1,
              "otherRight": 1.1,
              "isEssential": true,
              "shaamOwner": 1,
              "spouse": {
                "type": "Unknown",
                "id": "921d2def-36b2-4dae-b704-b6b373e1072b",
                "name": "sample string 2",
                "spouseName": "sample string 3",
                "fname": "sample string 4",
                "lname": "sample string 5",
                "idNumber": "sample string 6",
                "address": "sample string 7",
                "phone": "sample string 8",
                "phoneArea": "sample string 9",
                "cellphone": "sample string 10",
                "cellphoneArea": "sample string 11",
                "spouseCellphone": "sample string 12",
                "spouseCellphoneArea": "sample string 13",
                "fax": "sample string 14",
                "email": "sample string 15",
                "spouseEmail": "sample string 16",
                "birthDate": "sample string 17",
                "isMainBusiness": true,
                "isActive": true,
                "professionDescription": "sample string 20",
                "representerId": 1,
                "isNotArchived": true,
                "paperlessId": "cd1cfd73-729f-4cab-a371-8f6c0adbb8ed",
                "accountingId": "sample string 22",
                "accountingType": "sample string 23",
                "reportingPeriod": 0,
                "advancesFrequency": 1,
                "advancePercent": 1.1,
                "withholdingTaxPercent": 1.1,
                "externalId": 1,
                "externalType": 1,
                "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "broadcastData": {
                  "TaxYear": 1,
                  "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                  "BroadcastStatusId": 1
                }
              },
              "type": "Unknown",
              "id": "b0f3d4e1-5617-42fc-89fa-406e695131f3",
              "name": "sample string 7",
              "spouseName": "sample string 8",
              "fname": "sample string 9",
              "lname": "sample string 10",
              "idNumber": "sample string 11",
              "address": "sample string 12",
              "phone": "sample string 13",
              "phoneArea": "sample string 14",
              "cellphone": "sample string 15",
              "cellphoneArea": "sample string 16",
              "spouseCellphone": "sample string 17",
              "spouseCellphoneArea": "sample string 18",
              "fax": "sample string 19",
              "email": "sample string 20",
              "spouseEmail": "sample string 21",
              "birthDate": "sample string 22",
              "isMainBusiness": true,
              "professionDescription": "sample string 24",
              "representerId": 1,
              "isNotArchived": true,
              "paperlessId": "f299b231-3f98-48e2-be1c-4a96e4ca4d6e",
              "accountingId": "sample string 26",
              "accountingType": "sample string 27",
              "reportingPeriod": 0,
              "advancesFrequency": 1,
              "advancePercent": 1.1,
              "withholdingTaxPercent": 1.1,
              "externalId": 1,
              "externalType": 1,
              "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
              "broadcastData": {
                "TaxYear": 1,
                "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
                "BroadcastStatusId": 1
              }
            }
          ]
        }
      ],
      "shareRole": "sample string 1",
      "isShared": true,
      "user": {
        "Organization": {
          "Name": "sample string 1",
          "ImageUrl": "sample string 2",
          "HeshevId": "2f60d97a-9be1-45a7-a9de-09b4370c4dba",
          "PaperlessId": "sample string 3"
        },
        "Id": "sample string 1",
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "ImageUrl": "sample string 4",
        "Email": "sample string 5"
      },
      "agent": {
        "Organization": {
          "Name": "sample string 1",
          "ImageUrl": "sample string 2",
          "HeshevId": "2f60d97a-9be1-45a7-a9de-09b4370c4dba",
          "PaperlessId": "sample string 3"
        },
        "Id": "sample string 1",
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "ImageUrl": "sample string 4",
        "Email": "sample string 5"
      },
      "type": "Unknown",
      "id": "6fcb0e5f-1c18-415a-b9f9-157dd723774e",
      "name": "sample string 4",
      "spouseName": "sample string 5",
      "fname": "sample string 6",
      "lname": "sample string 7",
      "idNumber": "sample string 8",
      "address": "sample string 9",
      "phone": "sample string 10",
      "phoneArea": "sample string 11",
      "cellphone": "sample string 12",
      "cellphoneArea": "sample string 13",
      "spouseCellphone": "sample string 14",
      "spouseCellphoneArea": "sample string 15",
      "fax": "sample string 16",
      "email": "sample string 17",
      "spouseEmail": "sample string 18",
      "birthDate": "sample string 19",
      "isMainBusiness": true,
      "isActive": true,
      "professionDescription": "sample string 22",
      "representerId": 1,
      "isNotArchived": true,
      "paperlessId": "ca2c6905-604a-4be8-9caf-7a3827e700fe",
      "accountingId": "sample string 24",
      "accountingType": "sample string 25",
      "reportingPeriod": 0,
      "advancesFrequency": 1,
      "advancePercent": 1.1,
      "withholdingTaxPercent": 1.1,
      "externalId": 1,
      "externalType": 1,
      "expectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
      "broadcastData": {
        "TaxYear": 1,
        "ExpectedBroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
        "BroadcastDate": "2026-02-26T23:07:08.6718952+02:00",
        "BroadcastStatusId": 1
      }
    }
  ]
}

text/xml

Sample:
<PagedGenericClientResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Heshev.Crm.DomainLogic">
  <PageNum xmlns="http://schemas.datacontract.org/2004/07/Heshev.Common.DomainLogic.Paging">3</PageNum>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Heshev.Common.DomainLogic.Paging">2</PageSize>
  <Results xmlns:d2p1="http://schemas.datacontract.org/2004/07/Heshev.Crm.DomainLogic" xmlns="http://schemas.datacontract.org/2004/07/Heshev.Common.DomainLogic.Paging">
    <d2p1:GenericClientResult>
      <d2p1:AccountingId>sample string 24</d2p1:AccountingId>
      <d2p1:AccountingType>sample string 25</d2p1:AccountingType>
      <d2p1:Address>sample string 9</d2p1:Address>
      <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
      <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
      <d2p1:BirthDate>sample string 19</d2p1:BirthDate>
      <d2p1:BroadcastData>
        <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
        <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
        <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
        <d2p1:TaxYear>1</d2p1:TaxYear>
      </d2p1:BroadcastData>
      <d2p1:Cellphone>sample string 12</d2p1:Cellphone>
      <d2p1:CellphoneArea>sample string 13</d2p1:CellphoneArea>
      <d2p1:Description>sample string 22</d2p1:Description>
      <d2p1:Email>sample string 17</d2p1:Email>
      <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
      <d2p1:ExternalId>1</d2p1:ExternalId>
      <d2p1:ExternalType>1</d2p1:ExternalType>
      <d2p1:Fax>sample string 16</d2p1:Fax>
      <d2p1:FirstName>sample string 6</d2p1:FirstName>
      <d2p1:Id>6fcb0e5f-1c18-415a-b9f9-157dd723774e</d2p1:Id>
      <d2p1:IdNumber>sample string 8</d2p1:IdNumber>
      <d2p1:IsActive>true</d2p1:IsActive>
      <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
      <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
      <d2p1:LastName>sample string 7</d2p1:LastName>
      <d2p1:Name>sample string 4</d2p1:Name>
      <d2p1:PaperlessId>ca2c6905-604a-4be8-9caf-7a3827e700fe</d2p1:PaperlessId>
      <d2p1:Phone>sample string 10</d2p1:Phone>
      <d2p1:PhoneArea>sample string 11</d2p1:PhoneArea>
      <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
      <d2p1:RepresenterId>1</d2p1:RepresenterId>
      <d2p1:SpouseCellphone>sample string 14</d2p1:SpouseCellphone>
      <d2p1:SpouseCellphoneArea>sample string 15</d2p1:SpouseCellphoneArea>
      <d2p1:SpouseEmail>sample string 18</d2p1:SpouseEmail>
      <d2p1:SpouseName>sample string 5</d2p1:SpouseName>
      <d2p1:Type>Unknown</d2p1:Type>
      <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
      <d2p1:Agent xmlns:d4p1="http://schemas.datacontract.org/2004/07/Heshev.Common.DomainLogic.Users">
        <d4p1:Email>sample string 5</d4p1:Email>
        <d4p1:FirstName>sample string 2</d4p1:FirstName>
        <d4p1:Id>sample string 1</d4p1:Id>
        <d4p1:ImageUrl>sample string 4</d4p1:ImageUrl>
        <d4p1:LastName>sample string 3</d4p1:LastName>
        <d4p1:Organization>
          <d4p1:HeshevId>2f60d97a-9be1-45a7-a9de-09b4370c4dba</d4p1:HeshevId>
          <d4p1:ImageUrl>sample string 2</d4p1:ImageUrl>
          <d4p1:Name>sample string 1</d4p1:Name>
          <d4p1:PaperlessId>sample string 3</d4p1:PaperlessId>
        </d4p1:Organization>
      </d2p1:Agent>
      <d2p1:IsShared>true</d2p1:IsShared>
      <d2p1:ShareRole>sample string 1</d2p1:ShareRole>
      <d2p1:User xmlns:d4p1="http://schemas.datacontract.org/2004/07/Heshev.Common.DomainLogic.Users">
        <d4p1:Email>sample string 5</d4p1:Email>
        <d4p1:FirstName>sample string 2</d4p1:FirstName>
        <d4p1:Id>sample string 1</d4p1:Id>
        <d4p1:ImageUrl>sample string 4</d4p1:ImageUrl>
        <d4p1:LastName>sample string 3</d4p1:LastName>
        <d4p1:Organization>
          <d4p1:HeshevId>2f60d97a-9be1-45a7-a9de-09b4370c4dba</d4p1:HeshevId>
          <d4p1:ImageUrl>sample string 2</d4p1:ImageUrl>
          <d4p1:Name>sample string 1</d4p1:Name>
          <d4p1:PaperlessId>sample string 3</d4p1:PaperlessId>
        </d4p1:Organization>
      </d2p1:User>
      <d2p1:RelatedSubClients>
        <d2p1:GenericSubClientGroup>
          <d2p1:Items>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
          </d2p1:Items>
          <d2p1:Type>Employee</d2p1:Type>
        </d2p1:GenericSubClientGroup>
        <d2p1:GenericSubClientGroup>
          <d2p1:Items>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
          </d2p1:Items>
          <d2p1:Type>Employee</d2p1:Type>
        </d2p1:GenericSubClientGroup>
        <d2p1:GenericSubClientGroup>
          <d2p1:Items>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
          </d2p1:Items>
          <d2p1:Type>Employee</d2p1:Type>
        </d2p1:GenericSubClientGroup>
      </d2p1:RelatedSubClients>
    </d2p1:GenericClientResult>
    <d2p1:GenericClientResult>
      <d2p1:AccountingId>sample string 24</d2p1:AccountingId>
      <d2p1:AccountingType>sample string 25</d2p1:AccountingType>
      <d2p1:Address>sample string 9</d2p1:Address>
      <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
      <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
      <d2p1:BirthDate>sample string 19</d2p1:BirthDate>
      <d2p1:BroadcastData>
        <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
        <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
        <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
        <d2p1:TaxYear>1</d2p1:TaxYear>
      </d2p1:BroadcastData>
      <d2p1:Cellphone>sample string 12</d2p1:Cellphone>
      <d2p1:CellphoneArea>sample string 13</d2p1:CellphoneArea>
      <d2p1:Description>sample string 22</d2p1:Description>
      <d2p1:Email>sample string 17</d2p1:Email>
      <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
      <d2p1:ExternalId>1</d2p1:ExternalId>
      <d2p1:ExternalType>1</d2p1:ExternalType>
      <d2p1:Fax>sample string 16</d2p1:Fax>
      <d2p1:FirstName>sample string 6</d2p1:FirstName>
      <d2p1:Id>6fcb0e5f-1c18-415a-b9f9-157dd723774e</d2p1:Id>
      <d2p1:IdNumber>sample string 8</d2p1:IdNumber>
      <d2p1:IsActive>true</d2p1:IsActive>
      <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
      <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
      <d2p1:LastName>sample string 7</d2p1:LastName>
      <d2p1:Name>sample string 4</d2p1:Name>
      <d2p1:PaperlessId>ca2c6905-604a-4be8-9caf-7a3827e700fe</d2p1:PaperlessId>
      <d2p1:Phone>sample string 10</d2p1:Phone>
      <d2p1:PhoneArea>sample string 11</d2p1:PhoneArea>
      <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
      <d2p1:RepresenterId>1</d2p1:RepresenterId>
      <d2p1:SpouseCellphone>sample string 14</d2p1:SpouseCellphone>
      <d2p1:SpouseCellphoneArea>sample string 15</d2p1:SpouseCellphoneArea>
      <d2p1:SpouseEmail>sample string 18</d2p1:SpouseEmail>
      <d2p1:SpouseName>sample string 5</d2p1:SpouseName>
      <d2p1:Type>Unknown</d2p1:Type>
      <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
      <d2p1:Agent xmlns:d4p1="http://schemas.datacontract.org/2004/07/Heshev.Common.DomainLogic.Users">
        <d4p1:Email>sample string 5</d4p1:Email>
        <d4p1:FirstName>sample string 2</d4p1:FirstName>
        <d4p1:Id>sample string 1</d4p1:Id>
        <d4p1:ImageUrl>sample string 4</d4p1:ImageUrl>
        <d4p1:LastName>sample string 3</d4p1:LastName>
        <d4p1:Organization>
          <d4p1:HeshevId>2f60d97a-9be1-45a7-a9de-09b4370c4dba</d4p1:HeshevId>
          <d4p1:ImageUrl>sample string 2</d4p1:ImageUrl>
          <d4p1:Name>sample string 1</d4p1:Name>
          <d4p1:PaperlessId>sample string 3</d4p1:PaperlessId>
        </d4p1:Organization>
      </d2p1:Agent>
      <d2p1:IsShared>true</d2p1:IsShared>
      <d2p1:ShareRole>sample string 1</d2p1:ShareRole>
      <d2p1:User xmlns:d4p1="http://schemas.datacontract.org/2004/07/Heshev.Common.DomainLogic.Users">
        <d4p1:Email>sample string 5</d4p1:Email>
        <d4p1:FirstName>sample string 2</d4p1:FirstName>
        <d4p1:Id>sample string 1</d4p1:Id>
        <d4p1:ImageUrl>sample string 4</d4p1:ImageUrl>
        <d4p1:LastName>sample string 3</d4p1:LastName>
        <d4p1:Organization>
          <d4p1:HeshevId>2f60d97a-9be1-45a7-a9de-09b4370c4dba</d4p1:HeshevId>
          <d4p1:ImageUrl>sample string 2</d4p1:ImageUrl>
          <d4p1:Name>sample string 1</d4p1:Name>
          <d4p1:PaperlessId>sample string 3</d4p1:PaperlessId>
        </d4p1:Organization>
      </d2p1:User>
      <d2p1:RelatedSubClients>
        <d2p1:GenericSubClientGroup>
          <d2p1:Items>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
          </d2p1:Items>
          <d2p1:Type>Employee</d2p1:Type>
        </d2p1:GenericSubClientGroup>
        <d2p1:GenericSubClientGroup>
          <d2p1:Items>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
          </d2p1:Items>
          <d2p1:Type>Employee</d2p1:Type>
        </d2p1:GenericSubClientGroup>
        <d2p1:GenericSubClientGroup>
          <d2p1:Items>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
          </d2p1:Items>
          <d2p1:Type>Employee</d2p1:Type>
        </d2p1:GenericSubClientGroup>
      </d2p1:RelatedSubClients>
    </d2p1:GenericClientResult>
    <d2p1:GenericClientResult>
      <d2p1:AccountingId>sample string 24</d2p1:AccountingId>
      <d2p1:AccountingType>sample string 25</d2p1:AccountingType>
      <d2p1:Address>sample string 9</d2p1:Address>
      <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
      <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
      <d2p1:BirthDate>sample string 19</d2p1:BirthDate>
      <d2p1:BroadcastData>
        <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
        <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
        <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
        <d2p1:TaxYear>1</d2p1:TaxYear>
      </d2p1:BroadcastData>
      <d2p1:Cellphone>sample string 12</d2p1:Cellphone>
      <d2p1:CellphoneArea>sample string 13</d2p1:CellphoneArea>
      <d2p1:Description>sample string 22</d2p1:Description>
      <d2p1:Email>sample string 17</d2p1:Email>
      <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
      <d2p1:ExternalId>1</d2p1:ExternalId>
      <d2p1:ExternalType>1</d2p1:ExternalType>
      <d2p1:Fax>sample string 16</d2p1:Fax>
      <d2p1:FirstName>sample string 6</d2p1:FirstName>
      <d2p1:Id>6fcb0e5f-1c18-415a-b9f9-157dd723774e</d2p1:Id>
      <d2p1:IdNumber>sample string 8</d2p1:IdNumber>
      <d2p1:IsActive>true</d2p1:IsActive>
      <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
      <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
      <d2p1:LastName>sample string 7</d2p1:LastName>
      <d2p1:Name>sample string 4</d2p1:Name>
      <d2p1:PaperlessId>ca2c6905-604a-4be8-9caf-7a3827e700fe</d2p1:PaperlessId>
      <d2p1:Phone>sample string 10</d2p1:Phone>
      <d2p1:PhoneArea>sample string 11</d2p1:PhoneArea>
      <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
      <d2p1:RepresenterId>1</d2p1:RepresenterId>
      <d2p1:SpouseCellphone>sample string 14</d2p1:SpouseCellphone>
      <d2p1:SpouseCellphoneArea>sample string 15</d2p1:SpouseCellphoneArea>
      <d2p1:SpouseEmail>sample string 18</d2p1:SpouseEmail>
      <d2p1:SpouseName>sample string 5</d2p1:SpouseName>
      <d2p1:Type>Unknown</d2p1:Type>
      <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
      <d2p1:Agent xmlns:d4p1="http://schemas.datacontract.org/2004/07/Heshev.Common.DomainLogic.Users">
        <d4p1:Email>sample string 5</d4p1:Email>
        <d4p1:FirstName>sample string 2</d4p1:FirstName>
        <d4p1:Id>sample string 1</d4p1:Id>
        <d4p1:ImageUrl>sample string 4</d4p1:ImageUrl>
        <d4p1:LastName>sample string 3</d4p1:LastName>
        <d4p1:Organization>
          <d4p1:HeshevId>2f60d97a-9be1-45a7-a9de-09b4370c4dba</d4p1:HeshevId>
          <d4p1:ImageUrl>sample string 2</d4p1:ImageUrl>
          <d4p1:Name>sample string 1</d4p1:Name>
          <d4p1:PaperlessId>sample string 3</d4p1:PaperlessId>
        </d4p1:Organization>
      </d2p1:Agent>
      <d2p1:IsShared>true</d2p1:IsShared>
      <d2p1:ShareRole>sample string 1</d2p1:ShareRole>
      <d2p1:User xmlns:d4p1="http://schemas.datacontract.org/2004/07/Heshev.Common.DomainLogic.Users">
        <d4p1:Email>sample string 5</d4p1:Email>
        <d4p1:FirstName>sample string 2</d4p1:FirstName>
        <d4p1:Id>sample string 1</d4p1:Id>
        <d4p1:ImageUrl>sample string 4</d4p1:ImageUrl>
        <d4p1:LastName>sample string 3</d4p1:LastName>
        <d4p1:Organization>
          <d4p1:HeshevId>2f60d97a-9be1-45a7-a9de-09b4370c4dba</d4p1:HeshevId>
          <d4p1:ImageUrl>sample string 2</d4p1:ImageUrl>
          <d4p1:Name>sample string 1</d4p1:Name>
          <d4p1:PaperlessId>sample string 3</d4p1:PaperlessId>
        </d4p1:Organization>
      </d2p1:User>
      <d2p1:RelatedSubClients>
        <d2p1:GenericSubClientGroup>
          <d2p1:Items>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
          </d2p1:Items>
          <d2p1:Type>Employee</d2p1:Type>
        </d2p1:GenericSubClientGroup>
        <d2p1:GenericSubClientGroup>
          <d2p1:Items>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
          </d2p1:Items>
          <d2p1:Type>Employee</d2p1:Type>
        </d2p1:GenericSubClientGroup>
        <d2p1:GenericSubClientGroup>
          <d2p1:Items>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
            <d2p1:GenericSubClient>
              <d2p1:AccountingId>sample string 26</d2p1:AccountingId>
              <d2p1:AccountingType>sample string 27</d2p1:AccountingType>
              <d2p1:Address>sample string 12</d2p1:Address>
              <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
              <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
              <d2p1:BirthDate>sample string 22</d2p1:BirthDate>
              <d2p1:BroadcastData>
                <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:TaxYear>1</d2p1:TaxYear>
              </d2p1:BroadcastData>
              <d2p1:Cellphone>sample string 15</d2p1:Cellphone>
              <d2p1:CellphoneArea>sample string 16</d2p1:CellphoneArea>
              <d2p1:Description>sample string 24</d2p1:Description>
              <d2p1:Email>sample string 20</d2p1:Email>
              <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
              <d2p1:ExternalId>1</d2p1:ExternalId>
              <d2p1:ExternalType>1</d2p1:ExternalType>
              <d2p1:Fax>sample string 19</d2p1:Fax>
              <d2p1:FirstName>sample string 9</d2p1:FirstName>
              <d2p1:Id>b0f3d4e1-5617-42fc-89fa-406e695131f3</d2p1:Id>
              <d2p1:IdNumber>sample string 11</d2p1:IdNumber>
              <d2p1:IsActive>false</d2p1:IsActive>
              <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
              <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
              <d2p1:LastName>sample string 10</d2p1:LastName>
              <d2p1:Name>sample string 7</d2p1:Name>
              <d2p1:PaperlessId>f299b231-3f98-48e2-be1c-4a96e4ca4d6e</d2p1:PaperlessId>
              <d2p1:Phone>sample string 13</d2p1:Phone>
              <d2p1:PhoneArea>sample string 14</d2p1:PhoneArea>
              <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
              <d2p1:RepresenterId>1</d2p1:RepresenterId>
              <d2p1:SpouseCellphone>sample string 17</d2p1:SpouseCellphone>
              <d2p1:SpouseCellphoneArea>sample string 18</d2p1:SpouseCellphoneArea>
              <d2p1:SpouseEmail>sample string 21</d2p1:SpouseEmail>
              <d2p1:SpouseName>sample string 8</d2p1:SpouseName>
              <d2p1:Type>Unknown</d2p1:Type>
              <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              <d2p1:ConnectionId>57ef928f-e5d9-4f71-ac76-a63254a51dc4</d2p1:ConnectionId>
              <d2p1:ConnectionType>Employee</d2p1:ConnectionType>
              <d2p1:DividendRight>1.1</d2p1:DividendRight>
              <d2p1:Gender>Male</d2p1:Gender>
              <d2p1:IsActive>true</d2p1:IsActive>
              <d2p1:IsControlling>true</d2p1:IsControlling>
              <d2p1:IsEssential>true</d2p1:IsEssential>
              <d2p1:NotRegisterIsrael>true</d2p1:NotRegisterIsrael>
              <d2p1:OtherRight>1.1</d2p1:OtherRight>
              <d2p1:OwnerId>Registered</d2p1:OwnerId>
              <d2p1:Percent>1.1</d2p1:Percent>
              <d2p1:ShaamOwner>1</d2p1:ShaamOwner>
              <d2p1:Spouse>
                <d2p1:AccountingId>sample string 22</d2p1:AccountingId>
                <d2p1:AccountingType>sample string 23</d2p1:AccountingType>
                <d2p1:Address>sample string 7</d2p1:Address>
                <d2p1:AdvancePercent>1.1</d2p1:AdvancePercent>
                <d2p1:AdvancesFrequency>1</d2p1:AdvancesFrequency>
                <d2p1:BirthDate>sample string 17</d2p1:BirthDate>
                <d2p1:BroadcastData>
                  <d2p1:BroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:BroadcastDate>
                  <d2p1:BroadcastStatusId>1</d2p1:BroadcastStatusId>
                  <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                  <d2p1:TaxYear>1</d2p1:TaxYear>
                </d2p1:BroadcastData>
                <d2p1:Cellphone>sample string 10</d2p1:Cellphone>
                <d2p1:CellphoneArea>sample string 11</d2p1:CellphoneArea>
                <d2p1:Description>sample string 20</d2p1:Description>
                <d2p1:Email>sample string 15</d2p1:Email>
                <d2p1:ExpectedBroadcastDate>2026-02-26T23:07:08.6718952+02:00</d2p1:ExpectedBroadcastDate>
                <d2p1:ExternalId>1</d2p1:ExternalId>
                <d2p1:ExternalType>1</d2p1:ExternalType>
                <d2p1:Fax>sample string 14</d2p1:Fax>
                <d2p1:FirstName>sample string 4</d2p1:FirstName>
                <d2p1:Id>921d2def-36b2-4dae-b704-b6b373e1072b</d2p1:Id>
                <d2p1:IdNumber>sample string 6</d2p1:IdNumber>
                <d2p1:IsActive>true</d2p1:IsActive>
                <d2p1:IsMainBusiness>true</d2p1:IsMainBusiness>
                <d2p1:IsNotArchived>true</d2p1:IsNotArchived>
                <d2p1:LastName>sample string 5</d2p1:LastName>
                <d2p1:Name>sample string 2</d2p1:Name>
                <d2p1:PaperlessId>cd1cfd73-729f-4cab-a371-8f6c0adbb8ed</d2p1:PaperlessId>
                <d2p1:Phone>sample string 8</d2p1:Phone>
                <d2p1:PhoneArea>sample string 9</d2p1:PhoneArea>
                <d2p1:ReportingPeriod>EveryTwoMonths</d2p1:ReportingPeriod>
                <d2p1:RepresenterId>1</d2p1:RepresenterId>
                <d2p1:SpouseCellphone>sample string 12</d2p1:SpouseCellphone>
                <d2p1:SpouseCellphoneArea>sample string 13</d2p1:SpouseCellphoneArea>
                <d2p1:SpouseEmail>sample string 16</d2p1:SpouseEmail>
                <d2p1:SpouseName>sample string 3</d2p1:SpouseName>
                <d2p1:Type>Unknown</d2p1:Type>
                <d2p1:WithholdingTaxPercent>1.1</d2p1:WithholdingTaxPercent>
              </d2p1:Spouse>
              <d2p1:VotingRight>1.1</d2p1:VotingRight>
            </d2p1:GenericSubClient>
          </d2p1:Items>
          <d2p1:Type>Employee</d2p1:Type>
        </d2p1:GenericSubClientGroup>
      </d2p1:RelatedSubClients>
    </d2p1:GenericClientResult>
  </Results>
  <Total xmlns="http://schemas.datacontract.org/2004/07/Heshev.Common.DomainLogic.Paging">1</Total>
</PagedGenericClientResult>