GET PlanCare2Api/Clientplans?clientId={clientId}

Retrieve all clientplans for the selected client.

Requires 'Start' permission for function ClientPlanOverview {7757BB23-A132-438A-9601-28E6BF9E4CA7}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

The client for whom to fetch the clientplans.

integer

Required

Body Parameters

None.

Response Information

Resource Description

A list of clientplans and underlying structures.

Collection of Clientplan
NameDescriptionTypeAdditional information
ClientId

The internal id of the client

integer

None

StartDate

The date on which the clientplan takes effect.

date

None

EndDate

The date on which the clientplan will end or was ended.

date

None

VisionModelName

The name of the visionmodel

string

None

ClientName

The lookup name of the client

string

None

Domains

A list of domains belonging to the visionmodel

Collection of Domain

None

Id

The internal id of the clientplan

integer

None

SectorName

The name of the sector

string

None

Duration

The description of the duration. Can be custom.

string

None

Version

The version of the clientplan. Descriptive text.

string

None

AgreementSet

Determines whether the clientplan needs approval before advancing the status to 'In Progress'.

boolean

None

Name

The name of the clientplan

string

None

ProductArrangementName

The name of the arrangement associated with the clientplan.

string

None

Status

the name of the current status of the clientplan.

string

None

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "ClientId": 1,
    "StartDate": "2026-05-26T23:13:52.8847774+02:00",
    "EndDate": "2026-05-26T23:13:52.8847774+02:00",
    "VisionModelName": "sample string 4",
    "ClientName": "sample string 5",
    "Domains": [
      {
        "$id": "2",
        "Name": "sample string 1",
        "Id": 2,
        "Demands": [
          {
            "$id": "3",
            "Id": 1,
            "Subject": "sample string 2",
            "Description": "sample string 3",
            "Targets": [
              {
                "$id": "4",
                "Disciplines": [
                  {
                    "$id": "5",
                    "Id": 1,
                    "Name": "sample string 2",
                    "Workplans": [
                      {
                        "$id": "6",
                        "Description": "sample string 1",
                        "Actions": [
                          {
                            "$id": "7",
                            "Description": "sample string 1",
                            "Appointments": [
                              {
                                "$id": "8",
                                "ClientId": 1,
                                "ClientName": "sample string 2",
                                "EmployeeId": 1,
                                "EmployeeName": "sample string 3",
                                "StatusChangedByName": "sample string 4",
                                "StatusChangedById": 5,
                                "CreatedByName": "sample string 6",
                                "CreatedById": 7,
                                "StartDate": "2026-05-26T23:13:52.8847774+02:00",
                                "EndDate": "2026-05-26T23:13:52.8847774+02:00",
                                "Subject": "sample string 10",
                                "AppointmentType": "sample string 11",
                                "Reason": "sample string 12",
                                "Remarks": "sample string 13",
                                "Status": "sample string 14",
                                "ParentPlannedItemId": 1,
                                "OccurrenceIndex": 1,
                                "Id": 15,
                                "StartTime": "2026-05-26T23:13:52.8847774+02:00",
                                "EndTime": "2026-05-26T23:13:52.8847774+02:00",
                                "Location": "sample string 18",
                                "MovesToNextDay": true,
                                "IsAllDay": true,
                                "RecursionText": "sample string 21",
                                "Actions": [
                                  {
                                    "$id": "9",
                                    "Id": 1,
                                    "Name": "sample string 2",
                                    "IsLegacy": true
                                  },
                                  {
                                    "$ref": "9"
                                  }
                                ],
                                "WorkTypeId": 1,
                                "EmploymentId": 1,
                                "WeekPlanningId": 1
                              },
                              {
                                "$ref": "8"
                              }
                            ],
                            "Remarks": "sample string 2",
                            "ResponsibleEmployeeName": "sample string 3",
                            "PriorityName": "sample string 4",
                            "Rank": 5,
                            "Id": 6,
                            "Name": "sample string 7",
                            "IsLegacy": true
                          },
                          {
                            "$ref": "7"
                          }
                        ],
                        "Status": "sample string 2",
                        "Id": 3,
                        "Name": "sample string 4"
                      },
                      {
                        "$ref": "6"
                      }
                    ],
                    "Actions": [
                      {
                        "$ref": "7"
                      },
                      {
                        "$ref": "7"
                      }
                    ]
                  },
                  {
                    "$ref": "5"
                  }
                ],
                "Id": 1,
                "Description": "sample string 2",
                "InitialSituation": "sample string 3",
                "TargetSituation": "sample string 4",
                "ClientId": 5,
                "ClientplanId": 6,
                "Status": 0,
                "StatusDate": "2026-05-26T23:13:52.8847774+02:00"
              },
              {
                "$ref": "4"
              }
            ]
          },
          {
            "$ref": "3"
          }
        ],
        "ParentId": 1
      },
      {
        "$ref": "2"
      }
    ],
    "Id": 6,
    "SectorName": "sample string 7",
    "Duration": "sample string 8",
    "Version": "sample string 9",
    "AgreementSet": true,
    "Name": "sample string 11",
    "ProductArrangementName": "sample string 12",
    "Status": "sample string 13"
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfClientplan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Clientplan">
  <Clientplan>
    <AgreementSet>true</AgreementSet>
    <ClientId>1</ClientId>
    <ClientName>sample string 5</ClientName>
    <Domains>
      <Domain z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
        <Demands>
          <Question>
            <Description>sample string 3</Description>
            <Id>1</Id>
            <Subject>sample string 2</Subject>
            <Targets>
              <ClientplanGoal>
                <ClientId>5</ClientId>
                <ClientplanId>6</ClientplanId>
                <Description>sample string 2</Description>
                <Id>1</Id>
                <InitialSituation>sample string 3</InitialSituation>
                <Status>Concept</Status>
                <StatusDate>2026-05-26T23:13:52.8847774+02:00</StatusDate>
                <TargetSituation>sample string 4</TargetSituation>
                <Disciplines>
                  <ClientplanDiscipline>
                    <Actions>
                      <ClientplanAction>
                        <Id>6</Id>
                        <IsLegacy>true</IsLegacy>
                        <Name>sample string 7</Name>
                        <Appointments xmlns:d13p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                        </Appointments>
                        <Description>sample string 1</Description>
                        <PriorityName>sample string 4</PriorityName>
                        <Rank>5</Rank>
                        <Remarks>sample string 2</Remarks>
                        <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                      </ClientplanAction>
                      <ClientplanAction>
                        <Id>6</Id>
                        <IsLegacy>true</IsLegacy>
                        <Name>sample string 7</Name>
                        <Appointments xmlns:d13p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                        </Appointments>
                        <Description>sample string 1</Description>
                        <PriorityName>sample string 4</PriorityName>
                        <Rank>5</Rank>
                        <Remarks>sample string 2</Remarks>
                        <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                      </ClientplanAction>
                    </Actions>
                    <Id>1</Id>
                    <Name>sample string 2</Name>
                    <Workplans>
                      <ClientplanWorkplan>
                        <Id>3</Id>
                        <Name>sample string 4</Name>
                        <Actions>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                        </Actions>
                        <Description>sample string 1</Description>
                        <Status>sample string 2</Status>
                      </ClientplanWorkplan>
                      <ClientplanWorkplan>
                        <Id>3</Id>
                        <Name>sample string 4</Name>
                        <Actions>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                        </Actions>
                        <Description>sample string 1</Description>
                        <Status>sample string 2</Status>
                      </ClientplanWorkplan>
                    </Workplans>
                  </ClientplanDiscipline>
                  <ClientplanDiscipline>
                    <Actions>
                      <ClientplanAction>
                        <Id>6</Id>
                        <IsLegacy>true</IsLegacy>
                        <Name>sample string 7</Name>
                        <Appointments xmlns:d13p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                        </Appointments>
                        <Description>sample string 1</Description>
                        <PriorityName>sample string 4</PriorityName>
                        <Rank>5</Rank>
                        <Remarks>sample string 2</Remarks>
                        <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                      </ClientplanAction>
                      <ClientplanAction>
                        <Id>6</Id>
                        <IsLegacy>true</IsLegacy>
                        <Name>sample string 7</Name>
                        <Appointments xmlns:d13p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                        </Appointments>
                        <Description>sample string 1</Description>
                        <PriorityName>sample string 4</PriorityName>
                        <Rank>5</Rank>
                        <Remarks>sample string 2</Remarks>
                        <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                      </ClientplanAction>
                    </Actions>
                    <Id>1</Id>
                    <Name>sample string 2</Name>
                    <Workplans>
                      <ClientplanWorkplan>
                        <Id>3</Id>
                        <Name>sample string 4</Name>
                        <Actions>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                        </Actions>
                        <Description>sample string 1</Description>
                        <Status>sample string 2</Status>
                      </ClientplanWorkplan>
                      <ClientplanWorkplan>
                        <Id>3</Id>
                        <Name>sample string 4</Name>
                        <Actions>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                        </Actions>
                        <Description>sample string 1</Description>
                        <Status>sample string 2</Status>
                      </ClientplanWorkplan>
                    </Workplans>
                  </ClientplanDiscipline>
                </Disciplines>
              </ClientplanGoal>
              <ClientplanGoal>
                <ClientId>5</ClientId>
                <ClientplanId>6</ClientplanId>
                <Description>sample string 2</Description>
                <Id>1</Id>
                <InitialSituation>sample string 3</InitialSituation>
                <Status>Concept</Status>
                <StatusDate>2026-05-26T23:13:52.8847774+02:00</StatusDate>
                <TargetSituation>sample string 4</TargetSituation>
                <Disciplines>
                  <ClientplanDiscipline>
                    <Actions>
                      <ClientplanAction>
                        <Id>6</Id>
                        <IsLegacy>true</IsLegacy>
                        <Name>sample string 7</Name>
                        <Appointments xmlns:d13p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                        </Appointments>
                        <Description>sample string 1</Description>
                        <PriorityName>sample string 4</PriorityName>
                        <Rank>5</Rank>
                        <Remarks>sample string 2</Remarks>
                        <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                      </ClientplanAction>
                      <ClientplanAction>
                        <Id>6</Id>
                        <IsLegacy>true</IsLegacy>
                        <Name>sample string 7</Name>
                        <Appointments xmlns:d13p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                        </Appointments>
                        <Description>sample string 1</Description>
                        <PriorityName>sample string 4</PriorityName>
                        <Rank>5</Rank>
                        <Remarks>sample string 2</Remarks>
                        <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                      </ClientplanAction>
                    </Actions>
                    <Id>1</Id>
                    <Name>sample string 2</Name>
                    <Workplans>
                      <ClientplanWorkplan>
                        <Id>3</Id>
                        <Name>sample string 4</Name>
                        <Actions>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                        </Actions>
                        <Description>sample string 1</Description>
                        <Status>sample string 2</Status>
                      </ClientplanWorkplan>
                      <ClientplanWorkplan>
                        <Id>3</Id>
                        <Name>sample string 4</Name>
                        <Actions>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                        </Actions>
                        <Description>sample string 1</Description>
                        <Status>sample string 2</Status>
                      </ClientplanWorkplan>
                    </Workplans>
                  </ClientplanDiscipline>
                  <ClientplanDiscipline>
                    <Actions>
                      <ClientplanAction>
                        <Id>6</Id>
                        <IsLegacy>true</IsLegacy>
                        <Name>sample string 7</Name>
                        <Appointments xmlns:d13p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                        </Appointments>
                        <Description>sample string 1</Description>
                        <PriorityName>sample string 4</PriorityName>
                        <Rank>5</Rank>
                        <Remarks>sample string 2</Remarks>
                        <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                      </ClientplanAction>
                      <ClientplanAction>
                        <Id>6</Id>
                        <IsLegacy>true</IsLegacy>
                        <Name>sample string 7</Name>
                        <Appointments xmlns:d13p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                        </Appointments>
                        <Description>sample string 1</Description>
                        <PriorityName>sample string 4</PriorityName>
                        <Rank>5</Rank>
                        <Remarks>sample string 2</Remarks>
                        <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                      </ClientplanAction>
                    </Actions>
                    <Id>1</Id>
                    <Name>sample string 2</Name>
                    <Workplans>
                      <ClientplanWorkplan>
                        <Id>3</Id>
                        <Name>sample string 4</Name>
                        <Actions>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                        </Actions>
                        <Description>sample string 1</Description>
                        <Status>sample string 2</Status>
                      </ClientplanWorkplan>
                      <ClientplanWorkplan>
                        <Id>3</Id>
                        <Name>sample string 4</Name>
                        <Actions>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                        </Actions>
                        <Description>sample string 1</Description>
                        <Status>sample string 2</Status>
                      </ClientplanWorkplan>
                    </Workplans>
                  </ClientplanDiscipline>
                </Disciplines>
              </ClientplanGoal>
            </Targets>
          </Question>
          <Question>
            <Description>sample string 3</Description>
            <Id>1</Id>
            <Subject>sample string 2</Subject>
            <Targets>
              <ClientplanGoal>
                <ClientId>5</ClientId>
                <ClientplanId>6</ClientplanId>
                <Description>sample string 2</Description>
                <Id>1</Id>
                <InitialSituation>sample string 3</InitialSituation>
                <Status>Concept</Status>
                <StatusDate>2026-05-26T23:13:52.8847774+02:00</StatusDate>
                <TargetSituation>sample string 4</TargetSituation>
                <Disciplines>
                  <ClientplanDiscipline>
                    <Actions>
                      <ClientplanAction>
                        <Id>6</Id>
                        <IsLegacy>true</IsLegacy>
                        <Name>sample string 7</Name>
                        <Appointments xmlns:d13p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                        </Appointments>
                        <Description>sample string 1</Description>
                        <PriorityName>sample string 4</PriorityName>
                        <Rank>5</Rank>
                        <Remarks>sample string 2</Remarks>
                        <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                      </ClientplanAction>
                      <ClientplanAction>
                        <Id>6</Id>
                        <IsLegacy>true</IsLegacy>
                        <Name>sample string 7</Name>
                        <Appointments xmlns:d13p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                        </Appointments>
                        <Description>sample string 1</Description>
                        <PriorityName>sample string 4</PriorityName>
                        <Rank>5</Rank>
                        <Remarks>sample string 2</Remarks>
                        <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                      </ClientplanAction>
                    </Actions>
                    <Id>1</Id>
                    <Name>sample string 2</Name>
                    <Workplans>
                      <ClientplanWorkplan>
                        <Id>3</Id>
                        <Name>sample string 4</Name>
                        <Actions>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                        </Actions>
                        <Description>sample string 1</Description>
                        <Status>sample string 2</Status>
                      </ClientplanWorkplan>
                      <ClientplanWorkplan>
                        <Id>3</Id>
                        <Name>sample string 4</Name>
                        <Actions>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                        </Actions>
                        <Description>sample string 1</Description>
                        <Status>sample string 2</Status>
                      </ClientplanWorkplan>
                    </Workplans>
                  </ClientplanDiscipline>
                  <ClientplanDiscipline>
                    <Actions>
                      <ClientplanAction>
                        <Id>6</Id>
                        <IsLegacy>true</IsLegacy>
                        <Name>sample string 7</Name>
                        <Appointments xmlns:d13p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                        </Appointments>
                        <Description>sample string 1</Description>
                        <PriorityName>sample string 4</PriorityName>
                        <Rank>5</Rank>
                        <Remarks>sample string 2</Remarks>
                        <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                      </ClientplanAction>
                      <ClientplanAction>
                        <Id>6</Id>
                        <IsLegacy>true</IsLegacy>
                        <Name>sample string 7</Name>
                        <Appointments xmlns:d13p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                        </Appointments>
                        <Description>sample string 1</Description>
                        <PriorityName>sample string 4</PriorityName>
                        <Rank>5</Rank>
                        <Remarks>sample string 2</Remarks>
                        <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                      </ClientplanAction>
                    </Actions>
                    <Id>1</Id>
                    <Name>sample string 2</Name>
                    <Workplans>
                      <ClientplanWorkplan>
                        <Id>3</Id>
                        <Name>sample string 4</Name>
                        <Actions>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                        </Actions>
                        <Description>sample string 1</Description>
                        <Status>sample string 2</Status>
                      </ClientplanWorkplan>
                      <ClientplanWorkplan>
                        <Id>3</Id>
                        <Name>sample string 4</Name>
                        <Actions>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                        </Actions>
                        <Description>sample string 1</Description>
                        <Status>sample string 2</Status>
                      </ClientplanWorkplan>
                    </Workplans>
                  </ClientplanDiscipline>
                </Disciplines>
              </ClientplanGoal>
              <ClientplanGoal>
                <ClientId>5</ClientId>
                <ClientplanId>6</ClientplanId>
                <Description>sample string 2</Description>
                <Id>1</Id>
                <InitialSituation>sample string 3</InitialSituation>
                <Status>Concept</Status>
                <StatusDate>2026-05-26T23:13:52.8847774+02:00</StatusDate>
                <TargetSituation>sample string 4</TargetSituation>
                <Disciplines>
                  <ClientplanDiscipline>
                    <Actions>
                      <ClientplanAction>
                        <Id>6</Id>
                        <IsLegacy>true</IsLegacy>
                        <Name>sample string 7</Name>
                        <Appointments xmlns:d13p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                        </Appointments>
                        <Description>sample string 1</Description>
                        <PriorityName>sample string 4</PriorityName>
                        <Rank>5</Rank>
                        <Remarks>sample string 2</Remarks>
                        <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                      </ClientplanAction>
                      <ClientplanAction>
                        <Id>6</Id>
                        <IsLegacy>true</IsLegacy>
                        <Name>sample string 7</Name>
                        <Appointments xmlns:d13p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                        </Appointments>
                        <Description>sample string 1</Description>
                        <PriorityName>sample string 4</PriorityName>
                        <Rank>5</Rank>
                        <Remarks>sample string 2</Remarks>
                        <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                      </ClientplanAction>
                    </Actions>
                    <Id>1</Id>
                    <Name>sample string 2</Name>
                    <Workplans>
                      <ClientplanWorkplan>
                        <Id>3</Id>
                        <Name>sample string 4</Name>
                        <Actions>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                        </Actions>
                        <Description>sample string 1</Description>
                        <Status>sample string 2</Status>
                      </ClientplanWorkplan>
                      <ClientplanWorkplan>
                        <Id>3</Id>
                        <Name>sample string 4</Name>
                        <Actions>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                        </Actions>
                        <Description>sample string 1</Description>
                        <Status>sample string 2</Status>
                      </ClientplanWorkplan>
                    </Workplans>
                  </ClientplanDiscipline>
                  <ClientplanDiscipline>
                    <Actions>
                      <ClientplanAction>
                        <Id>6</Id>
                        <IsLegacy>true</IsLegacy>
                        <Name>sample string 7</Name>
                        <Appointments xmlns:d13p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                        </Appointments>
                        <Description>sample string 1</Description>
                        <PriorityName>sample string 4</PriorityName>
                        <Rank>5</Rank>
                        <Remarks>sample string 2</Remarks>
                        <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                      </ClientplanAction>
                      <ClientplanAction>
                        <Id>6</Id>
                        <IsLegacy>true</IsLegacy>
                        <Name>sample string 7</Name>
                        <Appointments xmlns:d13p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                          <d13p1:Appointment>
                            <d13p1:Actions>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                              <Action>
                                <Id>1</Id>
                                <IsLegacy>true</IsLegacy>
                                <Name>sample string 2</Name>
                              </Action>
                            </d13p1:Actions>
                            <d13p1:AppointmentType>sample string 11</d13p1:AppointmentType>
                            <d13p1:ClientId>1</d13p1:ClientId>
                            <d13p1:ClientName>sample string 2</d13p1:ClientName>
                            <d13p1:CreatedById>7</d13p1:CreatedById>
                            <d13p1:CreatedByName>sample string 6</d13p1:CreatedByName>
                            <d13p1:EmployeeId>1</d13p1:EmployeeId>
                            <d13p1:EmployeeName>sample string 3</d13p1:EmployeeName>
                            <d13p1:EmploymentId>1</d13p1:EmploymentId>
                            <d13p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d13p1:EndDate>
                            <d13p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d13p1:EndTime>
                            <d13p1:Id>15</d13p1:Id>
                            <d13p1:IsAllDay>true</d13p1:IsAllDay>
                            <d13p1:Location>sample string 18</d13p1:Location>
                            <d13p1:MovesToNextDay>true</d13p1:MovesToNextDay>
                            <d13p1:OccurrenceIndex>1</d13p1:OccurrenceIndex>
                            <d13p1:ParentPlannedItemId>1</d13p1:ParentPlannedItemId>
                            <d13p1:Reason>sample string 12</d13p1:Reason>
                            <d13p1:RecursionText>sample string 21</d13p1:RecursionText>
                            <d13p1:Remarks>sample string 13</d13p1:Remarks>
                            <d13p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d13p1:StartDate>
                            <d13p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d13p1:StartTime>
                            <d13p1:Status>sample string 14</d13p1:Status>
                            <d13p1:StatusChangedById>5</d13p1:StatusChangedById>
                            <d13p1:StatusChangedByName>sample string 4</d13p1:StatusChangedByName>
                            <d13p1:Subject>sample string 10</d13p1:Subject>
                            <d13p1:WeekPlanningId>1</d13p1:WeekPlanningId>
                            <d13p1:WorkTypeId>1</d13p1:WorkTypeId>
                          </d13p1:Appointment>
                        </Appointments>
                        <Description>sample string 1</Description>
                        <PriorityName>sample string 4</PriorityName>
                        <Rank>5</Rank>
                        <Remarks>sample string 2</Remarks>
                        <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                      </ClientplanAction>
                    </Actions>
                    <Id>1</Id>
                    <Name>sample string 2</Name>
                    <Workplans>
                      <ClientplanWorkplan>
                        <Id>3</Id>
                        <Name>sample string 4</Name>
                        <Actions>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                        </Actions>
                        <Description>sample string 1</Description>
                        <Status>sample string 2</Status>
                      </ClientplanWorkplan>
                      <ClientplanWorkplan>
                        <Id>3</Id>
                        <Name>sample string 4</Name>
                        <Actions>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                          <ClientplanAction>
                            <Id>6</Id>
                            <IsLegacy>true</IsLegacy>
                            <Name>sample string 7</Name>
                            <Appointments xmlns:d15p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Calendar">
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                              <d15p1:Appointment>
                                <d15p1:Actions>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                  <Action>
                                    <Id>1</Id>
                                    <IsLegacy>true</IsLegacy>
                                    <Name>sample string 2</Name>
                                  </Action>
                                </d15p1:Actions>
                                <d15p1:AppointmentType>sample string 11</d15p1:AppointmentType>
                                <d15p1:ClientId>1</d15p1:ClientId>
                                <d15p1:ClientName>sample string 2</d15p1:ClientName>
                                <d15p1:CreatedById>7</d15p1:CreatedById>
                                <d15p1:CreatedByName>sample string 6</d15p1:CreatedByName>
                                <d15p1:EmployeeId>1</d15p1:EmployeeId>
                                <d15p1:EmployeeName>sample string 3</d15p1:EmployeeName>
                                <d15p1:EmploymentId>1</d15p1:EmploymentId>
                                <d15p1:EndDate>2026-05-26T23:13:52.8847774+02:00</d15p1:EndDate>
                                <d15p1:EndTime>2026-05-26T23:13:52.8847774+02:00</d15p1:EndTime>
                                <d15p1:Id>15</d15p1:Id>
                                <d15p1:IsAllDay>true</d15p1:IsAllDay>
                                <d15p1:Location>sample string 18</d15p1:Location>
                                <d15p1:MovesToNextDay>true</d15p1:MovesToNextDay>
                                <d15p1:OccurrenceIndex>1</d15p1:OccurrenceIndex>
                                <d15p1:ParentPlannedItemId>1</d15p1:ParentPlannedItemId>
                                <d15p1:Reason>sample string 12</d15p1:Reason>
                                <d15p1:RecursionText>sample string 21</d15p1:RecursionText>
                                <d15p1:Remarks>sample string 13</d15p1:Remarks>
                                <d15p1:StartDate>2026-05-26T23:13:52.8847774+02:00</d15p1:StartDate>
                                <d15p1:StartTime>2026-05-26T23:13:52.8847774+02:00</d15p1:StartTime>
                                <d15p1:Status>sample string 14</d15p1:Status>
                                <d15p1:StatusChangedById>5</d15p1:StatusChangedById>
                                <d15p1:StatusChangedByName>sample string 4</d15p1:StatusChangedByName>
                                <d15p1:Subject>sample string 10</d15p1:Subject>
                                <d15p1:WeekPlanningId>1</d15p1:WeekPlanningId>
                                <d15p1:WorkTypeId>1</d15p1:WorkTypeId>
                              </d15p1:Appointment>
                            </Appointments>
                            <Description>sample string 1</Description>
                            <PriorityName>sample string 4</PriorityName>
                            <Rank>5</Rank>
                            <Remarks>sample string 2</Remarks>
                            <ResponsibleEmployeeName>sample string 3</ResponsibleEmployeeName>
                          </ClientplanAction>
                        </Actions>
                        <Description>sample string 1</Description>
                        <Status>sample string 2</Status>
                      </ClientplanWorkplan>
                    </Workplans>
                  </ClientplanDiscipline>
                </Disciplines>
              </ClientplanGoal>
            </Targets>
          </Question>
        </Demands>
        <Id>2</Id>
        <Name>sample string 1</Name>
        <ParentId>1</ParentId>
      </Domain>
      <Domain z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </Domains>
    <Duration>sample string 8</Duration>
    <EndDate>2026-05-26T23:13:52.8847774+02:00</EndDate>
    <Id>6</Id>
    <Name>sample string 11</Name>
    <ProductArrangementName>sample string 12</ProductArrangementName>
    <SectorName>sample string 7</SectorName>
    <StartDate>2026-05-26T23:13:52.8847774+02:00</StartDate>
    <Status>sample string 13</Status>
    <Version>sample string 9</Version>
    <VisionModelName>sample string 4</VisionModelName>
  </Clientplan>
  <Clientplan>
    <AgreementSet>true</AgreementSet>
    <ClientId>1</ClientId>
    <ClientName>sample string 5</ClientName>
    <Domains>
      <Domain z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
      <Domain z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
    </Domains>
    <Duration>sample string 8</Duration>
    <EndDate>2026-05-26T23:13:52.8847774+02:00</EndDate>
    <Id>6</Id>
    <Name>sample string 11</Name>
    <ProductArrangementName>sample string 12</ProductArrangementName>
    <SectorName>sample string 7</SectorName>
    <StartDate>2026-05-26T23:13:52.8847774+02:00</StartDate>
    <Status>sample string 13</Status>
    <Version>sample string 9</Version>
    <VisionModelName>sample string 4</VisionModelName>
  </Clientplan>
</ArrayOfClientplan>